mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comments to conf adapter file (#14508)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14498/head
parent
4ad05143ca
commit
9a2318966a
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue