Module temporal_graph

Source
Expand description

Temporal Graph Index โ€” HNSW extended with temporal successor edges (RFC-010).

Composites TemporalHnsw with TemporalEdgeLayer to enable:

  1. Causal search: find semantic neighbors, then walk temporal edges for context
  2. Hybrid search: beam search that explores both semantic AND temporal edges

Structsยง

CausalSearchResult
A search result with causal temporal context.
OrderedF32 ๐Ÿ”’
TemporalGraphIndex
Temporal Graph Index: HNSW with temporal successor/predecessor edges.