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