You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Introduced PatchedMilvusDB to extend the filtering capabilities of mem0's Milvus vector store, enabling more
complex query operations.
🧪 Added comprehensive unit tests for PatchedMilvusDB to ensure accurate and robust generation of Milvus query
filters, especially for advanced operators.
Fixed
🐛 Resolved an issue where mem0's MilvusDB vector store failed to correctly process advanced metadata filters,
particularly the in operator, which led to Milvus query parsing errors.
Changed
🔄 The Mem0Service now integrates the PatchedMilvusDB wrapper for its internal Milvus vector store,
transparently applying the enhanced filter logic.