Crate rabitq_rs

Crate rabitq_rs 

Source

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§

QuantizedVector
Quantised representation of a vector using packed format (aligned with C++ implementation).
RabitqConfig
Configuration for RaBitQ quantisation.
RoaringBitmap
A compressed bitmap using the Roaring bitmap compression scheme.

Enums§

Metric
Distance metric supported by the RaBitQ IVF index.
RabitqError
Errors that can occur when building or querying the RaBitQ IVF index.
RotatorType
Type of rotator to use for data transformation.