mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #2867] enh: Improve user experience for Excel files #51710
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 @suncloudsmoon on GitHub (Jun 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2867
Is your feature request related to a problem? Please describe.
When I am trying to ask a chatbot about the details of a certain Excel file, the whole Excel file is fed into the RAG context without having the ability to specify specific rows/columns (in the UI) to narrow down the focus.
Describe the solution you'd like
Display the Excel file side by side with the chat interface.
Describe alternatives you've considered
We could specify the column or row by some special identifier like "[row,col]" by feeding it directly to the chatbot. However, it isn't that user friendly.
Additional context
How ChatGPT currently handles Excel files.
@CellCS commented on GitHub (Jun 13, 2024):
@suncloudsmoon may i ask which embedding model you use for excel or csv file? I always get wrong row number from response. thanks
@pbpippen commented on GitHub (Jun 15, 2024):
Agree. Having trouble working with excel files. Either doesn't get context correctly or only partial info is returned
@suncloudsmoon commented on GitHub (Jun 15, 2024):
I'm not using any embedding models right now. I tend to avoid asking LLMs about specific data as some of the models typically hallucinate.
@CellCS commented on GitHub (Jun 17, 2024):
@suncloudsmoon thanks, i will do a comparation, then update.