mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #13011] feat: RAG #16783
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 @xihaofei on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13011
Check Existing Issues
Problem Description
I have already made the settings in the document section of the openwebui settings options. I want to implement RAG now, but I don't want to perform real-time document segmentation every time I implement RAG. If multiple documents are uploaded to the knowledge base in the workspace to obtain the knowledge base, and the custom model and knowledge base are bound in the model options. At this point, when I am asking a question, should the previously uploaded document be further cut or directly accessed from the knowledge base?
Desired Solution you'd like
I expect all files stored in the knowledge base to be split only once, avoiding splitting the document every time when implementing RAG and speeding up response times.
Alternatives Considered
No response
Additional Context
No response