mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 18:02:08 +08:00
enhance: mmap for faiss hnsw (#36943)
Unblock the mmap check for Faiss-based HNSW Signed-off-by: Li Liu <li.liu@zilliz.com>
This commit is contained in:
parent
821750d902
commit
811f6f2402
@ -81,6 +81,10 @@ func IsVectorMmapIndex(indexType IndexType) bool {
|
||||
indexType == IndexFaissBinIDMap ||
|
||||
indexType == IndexFaissBinIvfFlat ||
|
||||
indexType == IndexHNSW ||
|
||||
indexType == IndexFaissHNSW ||
|
||||
indexType == IndexFaissHNSWPQ ||
|
||||
indexType == IndexFaissHNSWSQ ||
|
||||
indexType == IndexFaissHNSWPRQ ||
|
||||
indexType == IndexScaNN ||
|
||||
indexType == IndexSparseInverted ||
|
||||
indexType == IndexSparseWand
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user