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) insearch(),keyword_search(), andlist(). Previously only exact-equality filters worked — operator dicts were silently stringified and returned zero results (#5263) -
Server: Fixed
/searchendpoint returning 502 whenuser_id,agent_id, orrun_idare sent as top-level request fields. The server now maps these into thefiltersdict before callingMemory.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 tofilters={"user_id": "..."}(#5263)