mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #10510] Feature Request: More control over uploaded files: full context / analyze with code interpreter #15922
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 @Capsar on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10510
Feature Request
Thank you for the recent updates with the code interpreter! They have made it apparent that more file control would be very nice to have.
Problem: It seems that now, documents that are uploaded in a chat are always automatically loaded in through the RAG / Embedding system (Admin Panel -> Settings -> Documents).
Solution: It would be nice to also have an option in the admin panel / chat where file extensions can be defined that should be handled through this system and which should not. Because sometimes the full content of the file is wanted. Sometimes the file should be made available to the code execution / interpreter for further analysis.
So to conclude, the feature request is:
@BK-HK commented on GitHub (Feb 21, 2025):
Agree! I am facing the same issue!!
Or simply break the "+upload document" into two menu items: "+upload document (RAG)" and "+upload document (Full)". Or model level enable/disable RAG
@Capsar commented on GitHub (Feb 21, 2025):
That sounds like a good way of going about it, maybe it would then also be possible to include an option: "+upload document (Code)" for the code interpreter.
Again, I really appreciate all of the work you guys are doing @tjbck.