未验证 提交 49eb4b8a 编写于 作者: C Cai Yudong 提交者: GitHub

Clean ANNOY params (#23353)

Signed-off-by: NYudong Cai <yudong.cai@zilliz.com>
上级 ad7f3d4c
......@@ -70,10 +70,6 @@ const (
HNSWMinM = 4
HNSWMaxM = 64
MinNTrees = 1
// too large of n_trees takes much time, if there is real requirement, change this threshold.
MaxNTrees = 1024
// DIM is a constant used to represent dimension
DIM = "dim"
// Metric is a constant used to metric type
......@@ -85,9 +81,6 @@ const (
EFConstruction = "efConstruction"
HNSWM = "M"
PQM = "PQM"
NTREES = "n_trees"
)
// METRICS is a set of all metrics types supported for float vector.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册