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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/14498/head
jingkl 2021-12-29 15:29:39 +08:00 committed by GitHub
parent 4ad05143ca
commit 9a2318966a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ func TestHNSWConfAdapter_CheckTrain(t *testing.T) {
}
}
// ANNOYConfAdapter checks if an annoy index can be built
func TestANNOYConfAdapter_CheckTrain(t *testing.T) {
validParams := map[string]string{
DIM: strconv.Itoa(128),