mem0
mem0 copied to clipboard
OpenAI embeder from langchain has more options than chroma
🐛 Describe the bug
We should be importing the embedder for openai from langchain not chromadb - https://github.com/embedchain/embedchain/blob/main/embedchain/embedder/openai.py#L4
It gives us more flexibility to call the openai embedding functionality over current implementation of chroma - especially http proxy settings.
I will work on this.
@tanmaysankhe Feel free to work on this.
@Dev-Khant can you review my PR #1468
Closing as stale