-
Notifications
You must be signed in to change notification settings - Fork 2
Temporal versioning on graph memory edges #1341
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestmemoryzeph-memory crate (SQLite)zeph-memory crate (SQLite)researchResearch-driven improvementResearch-driven improvement
Description
Research
Temporal knowledge graphs track how facts change over time via valid_from/valid_until on edges. Enables queries like "what did the user prefer last month vs now" and prevents stale facts from overriding recent ones. Pairs well with existing Ebbinghaus eviction policy.
Proposal
Add valid_from/valid_until columns to graph memory edges table. Use during graph_recall to prefer recent facts and support temporal reasoning.
Sources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmemoryzeph-memory crate (SQLite)zeph-memory crate (SQLite)researchResearch-driven improvementResearch-driven improvement