v2.0.6
mountain-loop/yaakv2.0.6Jun 13, 2026by whysosaket
AI Summary
This release mirrors the Node SDK's contextual notices system and fixes various Vector Store and Memory parsing issues.
Key Highlights
- Contextual OSS-to-Platform notices system
- Fix vision message parsing crash
- Expose HTTPS option on Qdrant
- Implement $not filter in ChromaDB
- Fix LangChain vector store score parsing
New Features
- Contextual notices
- Fix Qdrant HTTPS option
- Fix ChromaDB filters
- Fix PGVector update path logic
Full Release Notes
## 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](https://github.com/mem0ai/mem0/pull/5494)) **Bug Fixes:** - **Memory:** Prevent a crash in `parse_vision_messages` when vision support is disabled ([#5487](https://github.com/mem0ai/mem0/pull/5487)) - **Vector Stores:** Expose the `https` option on the Qdrant vector store configuration so TLS endpoints can be targeted explicitly ([#5380](https://github.com/mem0ai/mem0/pull/5380)) - **Vector Stores:** Use valid S3 Vectors entity index names, fixing index operations that failed on invalid names ([#5416](https://github.com/mem0ai/mem0/pull/5416)) - **Vector Stores:** Fix `search()` crashing with a `TypeError` in the LangChain vector store when a result score is `None` ([#5072](https://github.com/mem0ai/mem0/pull/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](https://github.com/mem0ai/mem0/pull/5488)) - **Vector Stores:** Index the Valkey `memory` field as `TEXT` rather than `TAG` so full-text search behaves correctly ([#5443](https://github.com/mem0ai/mem0/pull/5443)) - **Vector Stores:** Implement `$not` filter support in the ChromaDB vector store ([#5485](https://github.com/mem0ai/mem0/pull/5485))