[GH-ISSUE #2867] enh: Improve user experience for Excel files #28572

Closed
opened 2026-04-25 03:10:58 -05:00 by GiteaMirror · 4 comments
Owner

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.

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.](https://openai.com/index/improvements-to-data-analysis-in-chatgpt/)
Author
Owner

@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

<!-- gh-comment-id:2165643735 --> @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
Author
Owner

@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

<!-- gh-comment-id:2169038897 --> @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
Author
Owner

@suncloudsmoon commented on GitHub (Jun 15, 2024):

@suncloudsmoon may i ask which embedding model you use for excel or csv file? I always get wrong row number from response. thanks

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.

<!-- gh-comment-id:2170949563 --> @suncloudsmoon commented on GitHub (Jun 15, 2024): > @suncloudsmoon may i ask which embedding model you use for excel or csv file? I always get wrong row number from response. thanks 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.
Author
Owner

@CellCS commented on GitHub (Jun 17, 2024):

@suncloudsmoon thanks, i will do a comparation, then update.

<!-- gh-comment-id:2173613531 --> @CellCS commented on GitHub (Jun 17, 2024): @suncloudsmoon thanks, i will do a comparation, then update.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#28572