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
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