open-webui icon indicating copy to clipboard operation
open-webui copied to clipboard

Feature Request: More control over uploaded files: full context / analyze with code interpreter

Open Capsar opened this issue 5 days ago • 0 comments

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:

  • Feature to enable / disable uploaded files be accessible to the pyodide or jupyter code execution / interpreter backend.
  • Feature to decide which file extensions are loaded in through the RAG / embedding system.
  • Feature to include entire document as context to the prompt. (instead of embedded & RAG-ed)

Capsar avatar Feb 21 '25 13:02 Capsar