mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add desc comments for CheckTrain (#9341)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/9343/head
parent
434c587c4e
commit
1fb02f87f0
|
@ -93,6 +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
|
||||
|
||||
type ConfAdapter interface {
|
||||
// CheckTrain returns true if the index can be built with the spcecific index parameters.
|
||||
CheckTrain(map[string]string) bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue