Generating LLM summaries of Quiver Charts/Dashboards

Hi everyone, does anyone know of an easy way to use an LLM to automatically summarize a chart/quiver dashboard being shown on a Workshop/Notepad template?

I’m thinking that it would be trivial enough if there was a way to export the chart as an image variable, and pass that on to a VLM to do the summarization, but I’m not very sure how to do that.

Just bumping this as I’m curious if you ended up solving this. Being able to generate such a summary would be great! Brainstormed this a bit… maybe you could get the image to save to a media reference somehow, and then pass that in to a vision model?

Hey rawa, didn’t end up following this thread in the end, but I’m wondering if you could do this by programmatically generating a chart as a png via matplotlib/seaborn, then saving it to a media set and passing that to an LLM