mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
enh: direct full-document upload mode bypassing the embedding process #2382
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 @g4challenge on GitHub (Oct 15, 2024).
Feature Request
The newly added full-text feature would allow users to upload a document and use it directly, without waiting for embedding.
Is your feature request related to a problem? Please describe.
It allows me for example, to directly and completely summarize a youtube video, without waiting for embeddings, and saves me time.
Describe the solution you'd like
Introduce a separate full-text upload option or a toggle, or use a double '##' to enable direct full-text usage.
Describe alternatives you've considered
none yet.
@Naschkater commented on GitHub (Oct 23, 2024):
I think an option to create per model guidelines for bypassing RAG would be a great option too.
@Joni1717 commented on GitHub (Nov 6, 2024):
Or mabe an option to say only use the Rag If Minimum 3 documents uploaded.
@GrayXu commented on GitHub (Nov 25, 2024):
Strongly support this. Manually modifying it each time is very troublesome; a global switch to modify the default settings would be much better.
@BryceWG commented on GitHub (May 11, 2025):
Seven months later, I still want this feature. My core idea is to separate the embedding retrieval logic of the knowledge base from that of regular conversation file uploads, allowing independent configuration.
@spammenotinoz commented on GitHub (May 13, 2025):
With these new models, "Bypass Embeddings and Retrieval" is frigging brilliant, the results are as good as ChatGPT.
I get the background into RAG and why some use cases, still require it, but heck try life without it the quality of the LLM responses is a massive improvement.