embedchain / embedchain

Memory for AI agents
https://docs.embedchain.ai
Apache License 2.0
8.93k stars 1.13k forks source link

OpenAI embeder from langchain has more options than chroma #1455

Open PranavPuranik opened 4 days ago

PranavPuranik commented 4 days ago

🐛 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

Openai vs chromadb funciton

It gives us more flexibility to call the openai embedding functionality over current implementation of chroma - especially http proxy settings.

tanmaysankhe commented 4 days ago

I will work on this.

Dev-Khant commented 4 days ago

@tanmaysankhe Feel free to work on this.