diff --git a/internal/core/src/index/Index.h b/internal/core/src/index/Index.h index 87d6880934..f9d94fef7a 100644 --- a/internal/core/src/index/Index.h +++ b/internal/core/src/index/Index.h @@ -62,7 +62,7 @@ class IndexBase { bool IsMmapSupported() const { return index_type_ == knowhere::IndexEnum::INDEX_HNSW || - // index_type_ == knowhere::IndexEnum::INDEX_FAISS_IVFFLAT || IVF_FLAT is not supported as it doesn't stores the vectors + index_type_ == knowhere::IndexEnum::INDEX_FAISS_IVFFLAT || index_type_ == knowhere::IndexEnum::INDEX_FAISS_IVFFLAT_CC || index_type_ == knowhere::IndexEnum::INDEX_FAISS_IVFPQ || index_type_ == knowhere::IndexEnum::INDEX_FAISS_IVFSQ8 ||