Skip to content

Commit 48bdaed

Browse files
author
xuxiaofeng
committed
add new index type AISAQ
1 parent 7a48d2c commit 48bdaed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk-core/src/main/java/io/milvus/v2/common/IndexParam.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public enum IndexType {
182182
AUTOINDEX(11),
183183
SCANN(12),
184184
IVF_RABITQ(13),
185+
AISAQ(14),
185186

186187
// GPU indexes only for float vectors
187188
GPU_IVF_FLAT(50),

0 commit comments

Comments
 (0)