
Takes a chart Image and a question String, runs a PaliGemma-based vision-language pass over the pixels, and emits a single answer String reading values, comparing series, or summarising the trend.
Ask a question about an uploaded chart and publish the answer as JSON. The file source supplies the chart figure and the question is wired in alongside.
Read charts off a live HTTP image feed and drive the question from an expression node so the prompt can be templated per deployment.
Image and the question String arrive together and the question conditions the answer; an empty question is replaced internally with a generic chart-description prompt so the component always answers.String without running the model, and any inference error is caught and also returned as an empty answer rather than crashing.Automated release