Re-exports§
pub use error::VectorError;pub use hnsw::HnswIndex;pub use hnsw::SearchResult;pub use quantize::Sq8Codec;pub use adaptive_filter::FilterStrategy;pub use adaptive_filter::FilterThresholds;pub use adaptive_filter::adaptive_search;pub use adaptive_filter::estimate_selectivity;pub use adaptive_filter::select_strategy;pub use flat::FlatIndex;pub use index_config::IndexConfig;pub use index_config::IndexType;
Modules§
- adaptive_
filter - Adaptive filtered search strategy selection.
- batch_
distance - Batch distance computation for HNSW neighbor selection.
- distance
- Distance metrics for vector similarity search.
- error
- Vector engine error types.
- flat
- Flat (brute-force) vector index for small collections.
- hnsw
- index_
config - Vector index configuration: unified config for HNSW, HNSW+PQ, and IVF-PQ.
- quantize
Structs§
- Hnsw
Params - HNSW index parameters shared between Origin and Lite.
Enums§
- Distance
Metric - Distance metric selection.