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;
Modules§
- brute_
force - index
- io
- ivf
- mstg
- MSTG: Multi-Scale Tree Graph
- python_
bindings - Python bindings for MSTG index using PyO3
Structs§
- Quantized
Vector - Quantised representation of a vector using packed format (aligned with C++ implementation).
- Rabitq
Config - Configuration for RaBitQ quantisation.
- 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.
- Rotator
Type - Type of rotator to use for data transformation.