mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci]Fix golint error in indexparamcheck (#11046)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
84a538f4d6
commit
b768fb2e07
@ -15,6 +15,7 @@ package indexparamcheck
|
||||
type IndexType = string
|
||||
|
||||
const (
|
||||
// IndexFaissIDMap represents "FLAT" which means no index is built.
|
||||
IndexFaissIDMap IndexType = "FLAT"
|
||||
IndexFaissIvfFlat IndexType = "IVF_FLAT"
|
||||
IndexFaissIvfPQ IndexType = "IVF_PQ"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user