mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to conf adapter file (#15017)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/15024/merge
parent
71ce45a407
commit
6616dbe6dd
|
@ -391,6 +391,7 @@ func newRHNSWFlatConfAdapter() *RHNSWFlatConfAdapter {
|
|||
return &RHNSWFlatConfAdapter{}
|
||||
}
|
||||
|
||||
// RHNSWPQConfAdapter checks if a rhnsw pq index can be built.
|
||||
type RHNSWPQConfAdapter struct {
|
||||
BaseConfAdapter
|
||||
IVFPQConfAdapter
|
||||
|
|
Loading…
Reference in New Issue