mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
Embeddings model for Azure Open AI via LiteLLM #927
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mphacker on GitHub (May 15, 2024).
Is your feature request related to a problem? Please describe.
I am using Open WebUI with Azure OpenAI through the LiteLLM integration. I would like to do RAG using an embedding model hosted in Azure.
Describe the solution you'd like
Ability to choose a model defined in LiteLLM for embeddings
Describe alternatives you've considered
I have tried looking at options to use the build in LiteLLM to get embeddings to work, but no luck so far.
Additional context
n/a