mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #16952] feat: Enable RAG Rerank independently, without needing to enable hybrid search first. #18110
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 @qiaozhi199 on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16952
Check Existing Issues
Problem Description
I see that the current RAG Rerank feature is placed under the hybrid search function. However, I don’t need to use BM25 search — I only want to rerank the top-k results from the vector search. Is it possible to enable the RAG Rerank feature independently? For example, by configuring Rerank and hybrid search at the same level, instead of having Rerank nested under hybrid search.
Desired Solution you'd like
For example, by configuring Rerank and hybrid search at the same level, instead of having Rerank nested under hybrid search.
Alternatives Considered
No response
Additional Context
No response