mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add notes to conf adapter (#13068)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13077/head
parent
3b24b891ef
commit
8f896b4ecf
|
@ -233,6 +233,7 @@ func newIVFPQConfAdapter() *IVFPQConfAdapter {
|
|||
return &IVFPQConfAdapter{}
|
||||
}
|
||||
|
||||
// IVFSQConfAdapter checks if a IVF_SQ index can be built.
|
||||
type IVFSQConfAdapter struct {
|
||||
IVFConfAdapter
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue