You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly issue is discussed on #1706, its change can configure all parameters of LLMs from arguments now.
Embedder needs to set API key or endpoint by workaround using os.environ now.
I would like to set these parameters without this workaround for security and easy to use.
The text was updated successfully, but these errors were encountered:
🚀 The feature
Some embedder lacks configuration from arguments.
For example,
AzureOpenAIEmbedder
doesn't deliver to its API client.https://github.com/mem0ai/mem0/blob/3fa4b80debc6e741c89948b66db7283fbf6ed2e7/embedchain/embedchain/embedder/azure_openai.py#L17C22-L17C43
Motivation, pitch
Similarly issue is discussed on #1706, its change can configure all parameters of LLMs from arguments now.
Embedder needs to set API key or endpoint by workaround using os.environ now.
I would like to set these parameters without this workaround for security and easy to use.
The text was updated successfully, but these errors were encountered: