mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for BinIVFConfAdapter.CheckTrain (#14260)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14308/head
parent
6befdf65c4
commit
72d1552d83
|
@ -271,6 +271,7 @@ func newBinIDMAPConfAdapter() *BinIDMAPConfAdapter {
|
|||
type BinIVFConfAdapter struct {
|
||||
}
|
||||
|
||||
// CheckTrain checks if a binary ivf index can be built with specific parameters.
|
||||
func (adapter *BinIVFConfAdapter) CheckTrain(params map[string]string) bool {
|
||||
// dimension is specified when create collection
|
||||
//if !CheckIntByRange(params, DIM, DefaultMinDim, DefaultMaxDim) {
|
||||
|
|
Loading…
Reference in New Issue