[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
jingkl 2022-01-04 14:25:19 +08:00 committed by GitHub
parent 0e4df25e36
commit 6b7884d29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ func newNSGConfAdapter() *NSGConfAdapter {
return &NSGConfAdapter{}
}
// HNSWConfAdapter checks if a hnsw index can be built.
type HNSWConfAdapter struct {
BaseConfAdapter
}