[skip ci] Add notes to conf adapter (#12859)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
jingkl 2021-12-07 14:40:05 +08:00 committed by GitHub
parent e51ef53632
commit 8b7696ab8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,7 @@ func newIVFConfAdapter() *IVFConfAdapter {
return &IVFConfAdapter{}
}
// IVFPQConfAdapter checks if a IVF_PQ index can be built.
type IVFPQConfAdapter struct {
IVFConfAdapter
}