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
|
@ -369,6 +369,7 @@ func newANNOYConfAdapter() *ANNOYConfAdapter {
|
|||
return &ANNOYConfAdapter{}
|
||||
}
|
||||
|
||||
// RHNSWFlatConfAdapter checks if a rhnsw flat index can be built.
|
||||
type RHNSWFlatConfAdapter struct {
|
||||
BaseConfAdapter
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue