mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix golint warnings in indexparamcheck (#9862)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
72d3d470ba
commit
41bd393fe6
@ -30,10 +30,14 @@ const (
|
||||
MaxNBits = 16
|
||||
DefaultNBits = 8
|
||||
|
||||
// MinNList is the lower limit of nlist that used in Index IVFxxx
|
||||
MinNList = 1
|
||||
// MaxNList is the upper limit of nlist that used in Index IVFxxx
|
||||
MaxNList = 65536
|
||||
|
||||
// DefaultMinDim is the smallest dimension supported in Milvus
|
||||
DefaultMinDim = 1
|
||||
// DefaultMaxDim is the largest dimension supported in Milvus
|
||||
DefaultMaxDim = 32768
|
||||
|
||||
NgtMinEdgeSize = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user