mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comments to conf adapter file (#14510)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14558/head
parent
6bd12e76fe
commit
4be0997989
|
@ -202,6 +202,7 @@ func TestBinIDMAPConfAdapter_CheckTrain(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// BinIVFConfAdapter checks if a bin ivf index can be built.
|
||||
func TestBinIVFConfAdapter_CheckTrain(t *testing.T) {
|
||||
validParams := map[string]string{
|
||||
DIM: strconv.Itoa(128),
|
||||
|
|
Loading…
Reference in New Issue