Expand description
SieveCollection — a keyed map of specialized HNSW subindices, one per stable predicate signature (e.g. “tenant_id=42”, “lang=en”).
Re-exports§
pub use crate::hnsw::graph::SearchResult as SubindexSearchResult;
Structs§
- Sieve
Collection - A collection of specialized HNSW subindices, one per stable predicate.
Type Aliases§
- Predicate
Signature - A stable predicate signature string, e.g.
"tenant_id=42"or"lang=en".