ordvec 0.0.0

Training-free ordinal & sign quantization for vector retrieval — name reservation ahead of the first release. See the repository.
Documentation
1
2
3
4
5
6
7
//! `ordvec` — name reservation.
//!
//! Training-free ordinal & sign vector quantization for compressed
//! nearest-neighbour retrieval. The first functional release lands alongside
//! the OrdVec / RankQuant paper.
//!
//! Source & docs: <https://github.com/Fieldnote-Echo/ordvec>