mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
feat: ui plugin support (similar to Obsidian Charts) #806
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 @myrulezzz on GitHub (May 4, 2024).
Is your feature request related to a problem? Please describe.
Is not a problem, is a really powerful feature
Describe the solution you'd like
I was testing Obsidian with Ollama and i installed plugin charts. https://github.com/phibr0/obsidian-charts. I found what is the markdown code you can write in your node to create a chart and i created a prompt for my ollama model this time llama3; As a data analyst extract relevant numbers from the selected text and create charts This is an example code of how to create a chart:
And llama3 was capable to extract numbers from my selected text create a markdown table with the values and then create a beautiful chart with chartjs.
Describe alternatives you've considered
As there is possibility to upload documents on the open webui which is amazing it would be nice to have such features. It is adding huge capabilities to the UI and gain more audience.
Additional context
Add any other context or screenshots about the feature request here.
@gigascake commented on GitHub (Jun 28, 2024):
How to setup this plugin for open-webui?