Expand description
Vector Index
Re-exports§
pub use residual::RESIDUAL_COLUMN;
Modules§
- Binary Quantization (BQ)
- Flat Vector Index.
- Generic Graph implementation.
- HNSW graph implementation.
- IVF - Inverted File Index
- Product Quantization
- Vector Storage, holding (quantized) vectors and providing distance calculation.
- Vector Transforms
Structs§
- Query parameters for the vector indices
Constants§
Traits§
- Vector Index for (Approximate) Nearest Neighbor (ANN) Search. It’s always the IVF index, any other index types without partitioning will be treated as IVF with one partition.