Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ability to download answers in table format as an Excel or CSV file. #1612

Open
Taehui opened this issue Apr 19, 2024 · 2 comments
Open

Comments

@Taehui
Copy link

Taehui commented Apr 19, 2024

Is your feature request related to a problem? Please describe.
When the LLM answer is in table form as shown in the picture below, the ability to download the results in Excel or CSV is required.

Describe the solution you'd like
table

The ability to download 5 records of table data as a file is required.

@tjbck tjbck changed the title Ability to download answers in table format as an Excel or CSV file. feat: ability to download answers in table format as an Excel or CSV file. Apr 22, 2024
@LucasArusiewicz
Copy link

I did some tests and was unable to render a table through the model response.
The best I could do was return an HTML code as code. For example ```html {{generated content}}```.

Is there any specific input pattern to be rendered in the chat interface?
If not, maybe I can be the first step to have the option of downloading the data in csv or xls.

Observation: I started using open-webui less than a day ago hehe

@gelbzucht
Copy link

I just started to test another way: have you tried to run the python code within the chat to generate a csv or XLSX?
Excel file: Error when "run".
CSV: get's generated (at least that is the feedback :) But have to check if it is really available somewhere and how to access it via Chat interface. #juststarted
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants