mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 17:10:59 -05:00
* Rename InvertedIndex* -> InvertedIndexCompressed* * Extract method VectorIndexEnum::fill_idf_statistics * Extend VectorIndexEnum with new variants * Introduce sparse::InvertedIndex::Version * Replace SparseVectorIndexVersion -> InvertedIndex::Version * Introduce sparse_vector_index::OpenArgs * SparseVectorIndex::open: do not build index if directory is empty Otherwise it would build the index twice since `SegmentBuilder::build()` calls `::open()`, then `::build_index()`. This restores the old (<=v1.9) behavior. * Renames