mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #9999] enh: support for disabling rag in web search #31256
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 @EntropyYue on GitHub (Feb 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9999
Originally assigned to: @tjbck on GitHub.
The web search has become very slow due to rag, it would be great if we could turn off rag, and for cases where the context length is insufficient, we can solve it by setting a limit on the number of characters in the returned results
@juan-abia commented on GitHub (Feb 14, 2025):
We should have an option to dissable RAG entirily
@nachogmd commented on GitHub (Feb 14, 2025):
This should be quite straight forward, let me now @tjbck if you need someone taking this over
@tjbck commented on GitHub (Feb 18, 2025):
Addressed with
ca0b7217d2in dev!@crockpotveggies commented on GitHub (Mar 11, 2025):
@tjbck may I suggest enabling full context mode/bypass RAG by default?