github mem0ai/mem0 v2.0.3
Mem0 Python SDK (v2.0.3)

latest release: ts-v3.0.4
5 hours ago

Mem0 Python SDK (v2.0.3)

Bug Fixes:

  • Vector Stores: PGVector adapter now supports rich filter operators (eq, ne, gt, gte, lt, lte, in, nin, contains, icontains, wildcard *, $or, $not) in search(), keyword_search(), and list(). Previously only exact-equality filters worked — operator dicts were silently stringified and returned zero results (#5263)

  • Server: Fixed /search endpoint returning 502 when user_id, agent_id, or run_id are sent as top-level request fields. The server now maps these into the filters dict before calling Memory.search(), matching the v3 API contract. Top-level entity ID fields are marked as deprecated in the OpenAPI schema and emit a warning log — clients should migrate to filters={"user_id": "..."} (#5263)

Don't miss a new mem0 release

NewReleases is sending notifications on new releases.