How to use Azure Openai Embedding Model for Knowledgebase? #5037
Unanswered
thunderbug1
asked this question in
General Question | 普通问题
Replies: 3 comments
-
This issue seems to be related: #3785 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Azure OpenAI Embedding Model is not supported at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perhaps you could try using the one-api project to utilize the Azure OpenAI Embedding Model through model mapping. Theoretically, it should be possible, but I haven't tried it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use Lobe-Chat with a docker-compose setup using Azure Openai Models.
The Problem is that I can only configure the Chat Models but the Embedding model that is used for knowledgebases seems to be hard coded to Openai or at least I could not find documentation for how to use an Azure Openai Embedding Model.
Based on This I was able to set it up: https://lobehub.com/docs/self-hosting/server-database/docker-compose
Based on This I configured the env variables for the Azure Openai Models: https://lobehub.com/docs/self-hosting/examples/azure-openai
Beta Was this translation helpful? Give feedback.
All reactions