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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2022-01-06 18:06:15 +08:00 committed by GitHub
parent b22e945513
commit f68c1a7a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,6 +351,7 @@ func newHNSWConfAdapter() *HNSWConfAdapter {
return &HNSWConfAdapter{}
}
// ANNOYConfAdapter checks if an ANNOY index can be built.
type ANNOYConfAdapter struct {
BaseConfAdapter
}