mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to conf adapter file (#14761)
* [skip e2e]Add comments to conf adapter file Signed-off-by: jingkl <jingjing.jia@zilliz.com> * [skip e2e]Add comments to conf adapter file Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14758/merge
parent
0e4df25e36
commit
6b7884d29b
|
@ -329,6 +329,7 @@ func newNSGConfAdapter() *NSGConfAdapter {
|
|||
return &NSGConfAdapter{}
|
||||
}
|
||||
|
||||
// HNSWConfAdapter checks if a hnsw index can be built.
|
||||
type HNSWConfAdapter struct {
|
||||
BaseConfAdapter
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue