mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 01:55:22 -04:00
issue: rerank api does not follow openai API convention and requires full url to be put in the config #109
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 @ghost on GitHub (Nov 6, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.36
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
https://github.com/open-webui/open-webui/blob/main/backend/open_webui/routers/openai.py
Actual Behavior
https://github.com/open-webui/open-webui/blob/e0d5de16978786b8a7538adf1efcde5258f38faf/backend/open_webui/retrieval/models/external.py#L19
Steps to Reproduce
put api.openai.com/v1 doesn't work
put api.openai.com/v1/rerank and it works
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Nov 7, 2025):
Should be addressed from the docs, "rerank" is not a legitimate OpenAI compatible endpoint.
@Classic298 commented on GitHub (Dec 20, 2025):
addressed in docs