jze9 74c3fac2cc Add deduplication to store_memory
Before inserting, check if a near-identical memory exists (cosine > 0.85).
If found, skip insert. Prevents flooding the DB with repeated facts
from the same conversation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 20:39:28 +05:00
2026-05-28 20:27:16 +05:00
2026-05-28 20:27:16 +05:00
2026-05-28 20:39:28 +05:00
Description
OpenAI-compatible proxy with GraphRAG + persistent memory
62 KiB
Languages
Python 100%