Skip to main content

Module indexes

Module indexes 

Source
Expand description

Five indexes for the V3 immortal architecture.

Modules§

causal
DAG-based causal index. Tracks decision chains: what led to what.
entity
Inverted index for entity mentions. O(1) lookup by entity.
procedural
Procedural index for ordered action sequences and workflow tracking.
semantic
Semantic similarity index with text fallback search.
temporal
B-tree index for temporal queries. O(log n) lookup by timestamp.

Structs§

IndexResult
Result from any index query

Traits§

Index
Common trait for all indexes