mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to conf adapter file (#14929)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14946/head
parent
f68c1a7a74
commit
078a1e0a42
internal/util/indexparamcheck
|
@ -369,6 +369,7 @@ func newANNOYConfAdapter() *ANNOYConfAdapter {
|
||||||
return &ANNOYConfAdapter{}
|
return &ANNOYConfAdapter{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// RHNSWFlatConfAdapter checks if a rhnsw flat index can be built.
|
||||||
type RHNSWFlatConfAdapter struct {
|
type RHNSWFlatConfAdapter struct {
|
||||||
BaseConfAdapter
|
BaseConfAdapter
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue