Question: How to design a Pipeline for Displaying Matplotlib/Seaborn Charts in Open WebUI #208
Unanswered
abhishek-ch
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Use Files API, upload artifacts, get URL for file, insert URL into markdown image tag ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
so if I used the output as markdown image, open-webui will display it ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions