-
Notifications
You must be signed in to change notification settings - Fork 2
feat(memory): FTS5 index for graph entities #1232
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). When entity count exceeds ~10K, the current LIKE '%query%' fuzzy search becomes slow. Add FTS5 virtual table for graph_entities (name + summary).
Internal implementation change in GraphStore::find_entities_fuzzy — no public API change needed.
Depends on: #1224 (schema & types)
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)