| Retrieval of only semantically similar memories using vector search is not sufficient to build an holistic context to feed to an llm. Most of the memory system works on the first concept of pure vector search, While running an experiment I found out that purely working on semantics would never give me a complete picture, the hybrid approach of semantic search + entity graph is the way forward. Tested a Hybrid approach of (semantic search + entity graph) LoCoMo-10 (1,534 QA pairs, 10 multi-session conversations) LongMemEval-S (500 questions, ~53 haystack sessions each) And the most interesting benchmark that current memory tool ecosystem misses. HotpotQA multi-hop (200 questions) Benchmark Scripts : https://github.com/sachitrafa/YourMemory/tree/main/benchmarks [link] [comments] |