Files
qdrant/lib/sparse/src/lib.rs
Arnaud Gourlay 5fe82cb6d7 Sparse vector index (#2318)
* Sparse vector index

* better name

* fill properly postings

* conflict

* easy reviews

* use unstable sort

* use optional instead of bool flag

* clearer score type and future direction

* NonZeroUsize length for FixedLengthPriorityQueue

* rename id to record_id

* cleanup dimension inverted index

* standard Iterator

* code review

* Shift comment

* early return if no matching posting lists

* sprinkle iterators

* privatize the means of production

---------

Co-authored-by: timvisee <tim@visee.me>
2023-09-15 16:30:11 +02:00

3 lines
31 B
Rust

pub mod common;
pub mod index;