Expand description
Vector storage with HNSW indexing for approximate nearest neighbor search.
Re-exports§
pub use crate::compression::QuantizationBits;pub use crate::compression::QuantizedVector;pub use crate::compression::RaBitQ;pub use crate::compression::RaBitQParams;pub use hnsw_index::HNSWIndex;pub use hnsw_index::HNSWIndexBuilder;pub use hnsw_index::HNSWQuantization;pub use store::MetadataFilter;pub use store::VectorStore;pub use store::VectorStoreOptions;pub use types::Vector;
Modules§
- hnsw
- hnsw_
index - HNSW (Hierarchical Navigable Small World) index implementation
- store
- Vector storage with HNSW indexing
- types
- Vector types and distance functions
Enums§
- Quantization
Mode - Quantization mode for vector storage