Skip to content

Mem0 Python SDK (v2.0.6)

Choose a tag to compare

@whysosaket whysosaket released this 13 Jun 15:31
· 11 commits to main since this release
b3ede5b

Mem0 Python SDK (v2.0.6)

New Features:

  • Memory: Add a contextual OSS-to-Platform notices system that surfaces occasional, situation-aware messages (first run, scale/performance thresholds, slow queries, and when temporal/decay features are relevant) pointing to the corresponding Mem0 Platform capabilities; disable via MEM0_TELEMETRY=false (#5494)

Bug Fixes:

  • Memory: Prevent a crash in parse_vision_messages when vision support is disabled (#5487)
  • Vector Stores: Expose the https option on the Qdrant vector store configuration so TLS endpoints can be targeted explicitly (#5380)
  • Vector Stores: Use valid S3 Vectors entity index names, fixing index operations that failed on invalid names (#5416)
  • Vector Stores: Fix search() crashing with a TypeError in the LangChain vector store when a result score is None (#5072)
  • Vector Stores: Use is not None instead of a truthiness check for vector/payload in the PGVector update() path, so valid empty/zero values are no longer skipped (#5488)
  • Vector Stores: Index the Valkey memory field as TEXT rather than TAG so full-text search behaves correctly (#5443)
  • Vector Stores: Implement $not filter support in the ChromaDB vector store (#5485)