Fetching from the wire…
Public story · 2026-08-03 · high
The same release also fixed an Elasticsearch bug that silently capped every KNN query at 10 hits, and caps Supabase results at 1000 instead of erroring.
Why now: Mem0 shipped the fix August 1, two days before this coverage, leaving barely any time for downstream products to confirm what their own delete_all() calls actually did.
Mem0 fixed a delete_all() bug on August 1 that left most stored memories in place while telling callers the deletion succeeded, per the project's v2.0.15 release notes.
That's a compliance problem: anyone who assured a user their agent memory was deleted can't trust that answer anymore. Vector stores typically cap a single listing page around 100 entries, so larger accounts kept the overflow after a supposed full wipe.
The function listed the vector store once instead of paging through it, so it only ever saw the first page. The call still returned success regardless.
The same release also caps Supabase's search and list top_k at the vecs limit of 1000, instead of erroring like it used to. It also sets size on Elasticsearch KNN queries, which had quietly capped results at 10 hits no matter the requested top_k. All three share one shape: the return value looked fine while the underlying store did less than asked.
Mem0's notes don't say how many accounts crossed that page-size threshold before the fix landed. My bet: that number stays undisclosed, because admitting it invites the exact compliance exposure this bug created. Watch whether mem0 or any product built on it ever publishes an affected-account count.
Each link below shares sources, entities, or timing with this story.
Moltbook uses Supabase / Shared entity: Supabase / Earlier coverage
Linked by a graph relationship (Moltbook uses Supabase); both cover Supabase; earlier Supabase coverage from 2026-03-11.
Supabase competes with Pinecone / Shared entity: Supabase / Earlier coverage / Tension
Linked by a graph relationship (Supabase competes with Pinecone); both cover Supabase; earlier Supabase coverage from 2026-06-23.
Supabase supports Postgres / Same source domain / Shared topic
Linked by a graph relationship (Supabase supports Postgres); reported by the same outlet (github.com); overlapping topics (agent, claim).
Moltbook uses Supabase / Shared entity: Supabase / Earlier coverage
Linked by a graph relationship (Moltbook uses Supabase); both cover Supabase; earlier Supabase coverage from 2026-02-26.
Lovable uses Supabase / Shared entity: Supabase / Earlier coverage
Linked by a graph relationship (Lovable uses Supabase); both cover Supabase; earlier Supabase coverage from 2026-04-21.
Shared entity: Supabase / Shared topic / Earlier coverage / Tension
Both cover Supabase; overlapping topics (account, agent); earlier Supabase coverage from 2026-03-27.
Supabase supports Postgres / Shared entity: Supabase
Linked by a graph relationship (Supabase supports Postgres); both cover Supabase.
Same source domain / Shared topic / Tension
Reported by the same outlet (github.com); overlapping topics (account, agent, call); pushes against this story (against).