Expand description
Vector storage with HNSW indexing
VectorStore manages a collection of vectors and provides k-NN search
using HNSW (Hierarchical Navigable Small World) algorithm.
Optional Extended RaBitQ quantization for memory-efficient storage.
Optional tantivy-based full-text search for hybrid (vector + BM25) retrieval.
Re-exports§
pub use crate::omen::Metric;
Structs§
- Vector
Store - Vector store with HNSW indexing
- Vector
Store Options - Configuration options for opening or creating a vector store.
Enums§
- Metadata
Filter - Metadata filter for vector search (MongoDB-style operators)