Expand description
RaBitQ implementation in Rust.
Re-exports§
pub use rabitq::RaBitQ;
Modules§
- consts
- Constants used in the program.
- metrics
- Metrics module to provide the insights of RaBitQ query and training.
- ord32
- f32 stored as i32 to make it comparable and faster to compare.
- rabitq
- RaBitQ implementation.
- rerank
- Rank the rough estimate distances with accurate distances.
- simd
- Accelerate with SIMD.
- utils
- Utility functions for the project.