Skip to main content

Module collection

Module collection 

Source
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§

SieveCollection
A collection of specialized HNSW subindices, one per stable predicate.

Type Aliases§

PredicateSignature
A stable predicate signature string, e.g. "tenant_id=42" or "lang=en".