mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to conf adapter file (#14412)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14466/head
parent
9b2d54bb39
commit
2e0198af03
|
@ -230,6 +230,7 @@ func TestBinIVFConfAdapter_CheckTrain(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// NSGConfAdapter checks if a nsg index can be built.
|
||||
func TestNSGConfAdapter_CheckTrain(t *testing.T) {
|
||||
validParams := map[string]string{
|
||||
DIM: strconv.Itoa(128),
|
||||
|
|
Loading…
Reference in New Issue