mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Issue: Feature request : Support Uploading Files such as csv or txt #977
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 @DirtyKnightForVi on GitHub (May 20, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when I am unable to upload .csv or .txt files for analysis, which limits the functionality of scientific computing Python packages that require data input from these file types.
Describe the solution you'd like
I would like the system to support the uploading of .csv and .txt files. This would enable the use of scientific computing Python packages to perform more complex analyses and computations on the data contained in these files.
Describe alternatives you've considered
An alternative solution could be to manually input data directly into the code, but this is impractical for large datasets and increases the likelihood of errors. Another alternative might be to use other software tools that already support file uploads, but this would require switching between different platforms and disrupt the workflow.
Additional context
Adding support for file uploads would greatly enhance the usability of the system for scientific and data analysis tasks. It would streamline the workflow and allow for more efficient and accurate computations. Here is a screenshot of the current interface showing the need for a file upload option.