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_messageswhen vision support is disabled (#5487) - Vector Stores: Expose the
httpsoption 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 aTypeErrorin the LangChain vector store when a result score isNone(#5072) - Vector Stores: Use
is not Noneinstead of a truthiness check for vector/payload in the PGVectorupdate()path, so valid empty/zero values are no longer skipped (#5488) - Vector Stores: Index the Valkey
memoryfield asTEXTrather thanTAGso full-text search behaves correctly (#5443) - Vector Stores: Implement
$notfilter support in the ChromaDB vector store (#5485)