Expand description
Temporal Graph Index โ HNSW extended with temporal successor edges (RFC-010).
Composites TemporalHnsw with TemporalEdgeLayer to enable:
- Causal search: find semantic neighbors, then walk temporal edges for context
- Hybrid search: beam search that explores both semantic AND temporal edges
Structsยง
- Causal
Search Result - A search result with causal temporal context.
- Ordered
F32 ๐ - Temporal
Graph Index - Temporal Graph Index: HNSW with temporal successor/predecessor edges.