Mitul Kataria
Mitul Kataria
## Description Fixed import for EmbeddingBase class for ollama and huggingface embedders. Fixes #1544 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking...
## Description ### Note This pull request builds upon the previous PR #1548 , which addressed Bug 1. During further testing, additional bugs were discovered and have been documented and...
## Description This PR, built on top of PR #1574 , introduces a dedicated integration with Azure OpenAI LLM. It fixes issues encountered when using Azure OpenAI LLMs via LiteLLM...
### 🐛 Describe the bug The [mem0 documentation](https://docs.mem0.ai/llms#openai-azure) says to use litellm config for integrating Azure OpenAI LLMs. But the current implementation of LiteLLM does not support Azure OpenAI deployments...
## Description Added a feature that allows users to specify the embedding model of their choice through embedder config. Fixes #1626, #1593, #1590, #1544 ## Type of change Please delete...
### 🚀 The feature Allow users to specify the embedding model of their choice through a configuration parameter. ### Motivation, pitch The current implementation of the repository supports multiple embedders,...