[skip e2e] Add comments to conf adapter (#15095)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2022-01-10 16:49:34 +08:00 committed by GitHub
parent 45f1f97ac4
commit d719f1edb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,6 +428,7 @@ func newRHNSWPQConfAdapter() *RHNSWPQConfAdapter {
return &RHNSWPQConfAdapter{}
}
// RHNSWSQConfAdapter checks if a rhnsw sq index can be built.
type RHNSWSQConfAdapter struct {
BaseConfAdapter
}