Concepts
One node ID, three planes.
TriviumDB models memory as a single durable node addressed across semantic vectors, JSON payload state, and graph edges. The goal is to remove synchronization glue between separate vector, graph, and document stores.
- Vector
- Embedding coordinates for similarity search and recall.
- Payload
- JSON data stored with the same node ID as the vector.
- Graph
- Typed edges that preserve relationships between durable memory nodes.