mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix conf adapter go fmt (#9376)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/9382/head
parent
b07025bb72
commit
9454f3529d
|
@ -93,7 +93,7 @@ var supportDimPerSubQuantizer = []int{32, 28, 24, 20, 16, 12, 10, 8, 6, 4, 3, 2,
|
||||||
var supportSubQuantizer = []int{96, 64, 56, 48, 40, 32, 28, 24, 20, 16, 12, 8, 4, 3, 2, 1} // const
|
var supportSubQuantizer = []int{96, 64, 56, 48, 40, 32, 28, 24, 20, 16, 12, 8, 4, 3, 2, 1} // const
|
||||||
|
|
||||||
type ConfAdapter interface {
|
type ConfAdapter interface {
|
||||||
// CheckTrain returns true if the index can be built with the spcecific index parameters.
|
// CheckTrain returns true if the index can be built with the specific index parameters.
|
||||||
CheckTrain(map[string]string) bool
|
CheckTrain(map[string]string) bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue