Skip to content

Swiss AI Hub v0.305.8

Choose a tag to compare

@github-actions github-actions released this 01 Jul 11:26

Added

  • ✨ 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.