Couchbase
Read post

What We Learned Evaluating Agent Memory:The Setup (Part 1)

Agent memory differs fundamentally from RAG: the corpus is personal and dynamic, queries are autobiographical, and time is a first-class dimension. This post details an evaluation framework using two benchmarks — LoCoMo (10 long naturalistic conversations, 1,540 questions) and LongMemEval (500 questions in session haystacks at two scales: ~46 sessions vs. ~500 sessions). Key findings include that optimal retrieval depth (k) and prompt variants differ significantly between the small and large scale variants, making LME-S an insufficient proxy for production. Three metrics are used: BLEU, F1, and an LLM Judge score — with the judge prompt itself shown to dramatically shift results. The ingestion pipeline uses dual point-of-view extraction, async LLM context extraction (~3.6s), and stores raw text, summaries, and discrete fact strings in Couchbase with human-readable timestamps. Embedding-based vector search returns in ~298ms p50, with the embedding step as the bottleneck rather than Couchbase retrieval.

    #llm#rag#vector-search#couchbase
Jul 28•12m read time•From couchbase.com
Post cover image
Table of contents
What is agent memory, and why is it not just RAG?The benchmarks: what exists and why it mattersLoCoMo vs. LongMemEval: what makes them genuinely differentThe two scales of LongMemEval, and why this mattersHow we measured performanceHow the pipeline works
176 Impressions1 Comment
Couchbase's image
Couchbase

Couchbase provides insights into NoSQL database technology, distributed systems, and cloud-native ar...

78 Followers

•

257 Upvotes

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard