Expand description
Anchor-space invariant index (RFC-011).
Indexes entities in anchor-projected space (ℝᴷ) where K = number of anchors. Vectors from DIFFERENT embedding models are directly comparable when projected through the same anchor set, enabling cross-model search and trajectory analysis.
§Why flat scan?
K is typically 5-20 (number of clinical/semantic anchors). For 1M points in ℝ¹⁰, a flat scan with SIMD L2 takes ~10ms — fast enough for most use cases.
Structs§
- Anchor
Drift Report - Drift report in anchor-projected space.
- Anchor
SetConfig - Configuration for an anchor set.
- Anchor
Space Index - An index operating in anchor-projected space (ℝᴷ).
- Anchor
Space 🔒Snapshot
Enums§
- Anchor
Metric Serde - Serializable anchor metric (mirrors
AnchorMetric).