[skip e2e]Add comments to conf adapter file ()

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/14946/head
jingkl 2022-01-06 18:08:18 +08:00 committed by GitHub
parent f68c1a7a74
commit 078a1e0a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
internal/util/indexparamcheck

View File

@ -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
} }