mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #11714] feat: Gemini embeddings support #31857
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 @AlgorithmicKing737 on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11714
Check Existing Issues
Problem Description
When I put embedding model engine to OpenAI and input the url "https://generativelanguage.googleapis.com/v1beta/openai" and input everything else (API, model etc.) it doesn't work
Desired Solution you'd like
The problem is OWUI is adding this extra "/embeddings" to the URL
openai batch embeddings: 400 Client Error: Bad Request for url: https://generativelanguage.googleapis.com/v1beta/openai**/embeddings**the solution is to just don't add that.https://ai.google.dev/gemini-api/docs/openai#embeddings
Alternatives Considered
No response
Additional Context
No response