-
Notifications
You must be signed in to change notification settings - Fork 2
feat(memory): entity canonicalization with alias table #1231
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgraph-memoryKnowledge graph memory featureKnowledge graph memory featurememoryzeph-memory crate (SQLite)zeph-memory crate (SQLite)
Description
Summary
Follow-up to graph memory epic (#1222). The UNIQUE(name, entity_type) constraint cannot represent two semantically different entities with the same name and type.
Add:
canonical_namecolumn ongraph_entitiesgraph_entity_aliasestable (entity_id, alias_name) for variant names- Resolution checks aliases before creating new entity
Depends on: #1225 (extraction pipeline)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgraph-memoryKnowledge graph memory featureKnowledge graph memory featurememoryzeph-memory crate (SQLite)zeph-memory crate (SQLite)