mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #7193] RAG Issue: Hybrid Search Broken? No results or context provided to LLM #30178
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 @Shadowfita on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7193
Bug Report
Installation Method
Latest docker image:main: 4bcc7f778d0372f5ba5fe91990b2a828a1970cd2b6ab102d06572de65b10a3a4
Environment
Open WebUI Version: 0.4.2
Ollama (if applicable): 0.4.2
Operating System: Ubuntu 20.04
Browser (if applicable): Chrome
Confirmation:
Expected Behavior:
[Describe what you expected to happen.]
Actual Behavior:
LLM states there is no context to support the request when hybrid search is enabled with a reranking model.
Description
Bug Summary:
LLM states there is no context to support the request when hybrid search is enabled with a reranking model.
Reproduction Details
Steps to Reproduce:
Enable hybrid search with a reranker, resubmit documents for processing, ask a relevant question.
Additional Information
Turning off hybrid search makes RAG work again.