You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.2.0: Entity extraction, linking, and graph queries
Add automatic entity extraction from memory content at storage time.
Two-speed approach: fast regex path on every write (non-blocking),
LLM refinement during consolidation with alias normalization that
compounds over time. Entities indexed in Qdrant payload for native
filtered vector search with no result-count ceiling.
New: entities service, entity graph API endpoints, brain_entities
MCP tool, backfill script, Qdrant entity index, shared linking
function. Fix scrollPoints dropping false filter values, Postgres
createEntity race condition, MCP tool input validation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments