v0.1.118
mem0ai/mem0v0.1.118Sep 25, 2025by whysosaket
AI Summary
Incremental release adding new vector store backends, structured exception handling, and multimodal capabilities. Multiple bug fixes and documentation improvements.
Key Highlights
- Added Valkey vector store support
- Added Neptune Analytics vector store backend integration
- Added Neptune-DB graph store with vector store
- Added ChromaDB Cloud support
- Added structured exception classes with error codes
- Added file support for multimodal capabilities with memory context
- Fixed Bedrock anthropic models to use system field
- Fixed JSON parsing with new memories
New Features
- Valkey vector store
- Neptune Analytics vector store backend
- Neptune-DB graph store
- ChromaDB Cloud support
- Structured exception classes
- File support for multimodal memory context
Full Release Notes
## What's Changed * feat: Add metadata param to TS-SDK in client.update by @whysosaket in https://github.com/mem0ai/mem0/pull/3415 * fix: Use ConfigDict instead of class-based Config by @gabe-l-hart in https://github.com/mem0ai/mem0/pull/3409 * databricks bug fixes by @hayescode in https://github.com/mem0ai/mem0/pull/3416 * fix: :bug: replace hardcoded llm provider with provider from config by @ranjithkumar8352 in https://github.com/mem0ai/mem0/pull/3423 * Added support for chromadb cloud by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3436 * updates to the category docs by @prateekchhikara in https://github.com/mem0ai/mem0/pull/3437 * feat(vector-store): Add Valkey vector store support by @swarnaprakash in https://github.com/mem0ai/mem0/pull/3272 * Fix bedrock anthropic models to use system field by @acarbonetto in https://github.com/mem0ai/mem0/pull/3438 * docs: Update Search V2/Get All V2 Filters by @whysosaket in https://github.com/mem0ai/mem0/pull/3450 * Fixes ollama and updates openai dependency by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3452 * fix: correct typo in knowledge graph extraction guidelines by @codexvn in https://github.com/mem0ai/mem0/pull/3449 * Fix json parsing with new memories by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3456 * Feat: Mem0 vector store backend integration for Neptune Analytics by @andy-k-improving in https://github.com/mem0ai/mem0/pull/3453 * Aspen theme for 1.x by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3473 * feat: implement structured exception classes with error codes and sug… by @bkidd1 in https://github.com/mem0ai/mem0/pull/3279 * Add Neptune-DB graph store with vector store by @acarbonetto in https://github.com/mem0ai/mem0/pull/3443 * Added weaviate db test by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3483 * Fixed s3 vectors memory initialization issue from configuration by @abdullahirfann in https://github.com/mem0ai/mem0/pull/3481 * [DOCS] Changing 1.0 to 1.0.0 by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3486 * Refactored example title for aws by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3492 * feat(ai-sdk): added file support for multimodal capabilities with memory context by @whysosaket in https://github.com/mem0ai/mem0/pull/3500 * docs-fix: Quickstart cURL example fixed by @whysosaket in https://github.com/mem0ai/mem0/pull/3503 * [test] Add comprehensive test suite for SQLiteManager by @KarthikeyaKollu in https://github.com/mem0ai/mem0/pull/3494 * Update version to 0.1.118 by @parshvadaftari in https://github.com/mem0ai/mem0/pull/3505 ## New Contributors * @gabe-l-hart made their first contribution in https://github.com/mem0ai/mem0/pull/3409 * @ranjithkumar8352 made their first contribution in https://github.com/mem0ai/mem0/pull/3423 * @swarnaprakash made their first contribution in https://github.com/mem0ai/mem0/pull/3272 * @codexvn made their first contribution in https://github.com/mem0ai/mem0/pull/3449 * @bkidd1 made their first contribution in https://github.com/mem0ai/mem0/pull/3279 * @abdullahirfann made their first contribution in https://github.com/mem0ai/mem0/pull/3481 * @KarthikeyaKollu made their first contribution in https://github.com/mem0ai/mem0/pull/3494 **Full Changelog**: https://github.com/mem0ai/mem0/compare/v0.1.117...v0.1.118