[skip e2e]Add comments to conf adapter file (#14413)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/14466/head
jingkl 2021-12-28 19:11:59 +08:00 committed by GitHub
parent 2e0198af03
commit 890cd72943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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),