ts-v3.0.13
mem0ai/mem0ts-v3.0.13Jul 1, 2026by whysosaket
AI Summary
Node SDK bug fixes for embeddings and Google LLM handling.
Key Highlights
- Fixed OpenAI and Azure OpenAI embedder batch count mismatch
- Fixed Google LLM crash when handling empty chat candidates
Full Release Notes
## Mem0 Node SDK (v3.0.13) **Bug Fixes:** - **Embeddings:** Guard against an `embed_batch` count mismatch in the OpenAI and Azure OpenAI embedders ([#5966](https://github.com/mem0ai/mem0/pull/5966)) - **LLMs:** Handle empty Google chat candidates without crashing ([#5817](https://github.com/mem0ai/mem0/pull/5817))