Question: How to design a Pipeline for Displaying Matplotlib/Seaborn Charts in Open WebUI #72

Closed
opened 2026-02-15 19:15:22 -05:00 by yindo · 2 comments
Owner

Originally created by @abhishek-ch on GitHub (Jun 30, 2024).

I want to create a pipeline that generates matplotlib or seaborn charts and displays them using Open WebUI. Currently, the Tool only supports returning strings. How can I design a pipeline that allows Open WebUI to display these plots?

Originally created by @abhishek-ch on GitHub (Jun 30, 2024). I want to create a pipeline that generates matplotlib or seaborn charts and displays them using Open WebUI. Currently, the Tool only supports returning strings. How can I design a pipeline that allows Open WebUI to display these plots?
yindo closed this issue 2026-02-15 19:15:22 -05:00
Author
Owner

@justinh-rahb commented on GitHub (Jul 15, 2024):

Use Files API, upload artifacts, get URL for file, insert URL into markdown image tag ?

@justinh-rahb commented on GitHub (Jul 15, 2024): Use Files API, upload artifacts, get URL for file, insert URL into markdown image tag ?
Author
Owner

@abhishek-ch commented on GitHub (Jul 16, 2024):

so if I used the output as markdown image, open-webui will display it ?

@abhishek-ch commented on GitHub (Jul 16, 2024): so if I used the output as markdown image, open-webui will display it ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#72