ts-v3.0.4
mem0ai/mem0ts-v3.0.4May 26, 2026by whysosaket
AI Summary
Bug fix in PGVector adapter to support rich filter operators in search, keywordSearch, and list functions. Previously only exact-equality filters worked.
Key Highlights
- PGVector adapter now supports rich filter operators (eq, ne, gt, gte, lt, lte, in, nin, contains, icontains, wildcard *, $or, $not)
- Previously only exact-equality filters worked — operator objects were passed as raw values and returned incorrect results
- Fixes #5263
Full Release Notes
## Mem0 Node SDK (v3.0.4) **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()`, `keywordSearch()`, and `list()`. Previously only exact-equality filters worked — operator objects were passed as raw values and returned incorrect results ([#5263](https://github.com/mem0ai/mem0/pull/5263))