mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #18659] issue: RAG not working with Hybrid Search #57329
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 @bborowin on GitHub (Oct 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18659
Reported in Discussions:
https://github.com/open-webui/open-webui/discussions/13221, https://github.com/open-webui/open-webui/discussions/7194
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
vLLM v0.11.0
Operating System
Ubuntu 25.04
Browser (if applicable)
Brave
Confirmation
README.md.Expected Behavior
Query results with relevant content from context (Knowledge or attached file)
Actual Behavior
Generic results generated by LLM
Steps to Reproduce
There are two discussions documenting this issue, since version 0.4.2
https://github.com/open-webui/open-webui/discussions/13221, https://github.com/open-webui/open-webui/discussions/7194
Please refer to linked discussions for all the relevant detail.
Logs & Screenshots
When using an external reranker (eg, vLLM in a container in the same cluster) the reranker logs show valid queries: 200 OK (meaning the payload is in the right format and the correct model was specified)
The one relevant line from the OWU logs is:
Additional Information
There are two discussions documenting this issue, since version 0.4.2
https://github.com/open-webui/open-webui/discussions/13221, https://github.com/open-webui/open-webui/discussions/7194
Please refer to linked discussions for detailed logs.