Re-exports§
pub use brute_force::BruteForceRabitqIndex;pub use brute_force::BruteForceSearchParams;pub use brute_force::BruteForceSearchResult;pub use index::RabitqIndex;pub use ivf::IvfRabitqIndex;pub use ivf::SearchParams;pub use ivf::SearchResult;pub use quantizer::QuantizedVector;pub use quantizer::RabitqConfig;pub use rotation::RotatorType;
Modules§
- brute_
force - index
- io
- ivf
- math
- mstg
- MSTG: Multi-Scale Tree Graph
- python_
bindings - Python bindings for MSTG index using PyO3
- quantizer
- rotation
- simd
- SIMD-optimized bit packing functions for RaBitQ codes
Structs§
- Roaring
Bitmap - A compressed bitmap using the Roaring bitmap compression scheme.
Enums§
- Metric
- Distance metric supported by the RaBitQ IVF index.
- Rabitq
Error - Errors that can occur when building or querying the RaBitQ IVF index.