mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-20 15:38:19 -04:00
Question: How to design a Pipeline for Displaying Matplotlib/Seaborn Charts in Open WebUI #72
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 @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?
@justinh-rahb commented on GitHub (Jul 15, 2024):
Use Files API, upload artifacts, get URL for file, insert URL into markdown image tag ?
@abhishek-ch commented on GitHub (Jul 16, 2024):
so if I used the output as markdown image, open-webui will display it ?