KPIs report explanation using Gen AI
This workflow uses multimodal local LLMs (LLaMa3.2:1b and LLaMa3.2-vision) to explain a KPI report containing information (in the form of different plots and charts) regarding a simulated software company.
IMPORTANT: These local models are significantly simpler compared to other available models (like OpenAI's), hence also their performance are not on the same level. However, the fact that they can be run locally ensures protection of the company data in every processing step.
Following the instructions below, you can learn how to use the workflow and how to modify it if you need to adapt this workflow to other use cases.
HOW TO USE THE WORKFLOW:
Run "ollama run llama3.2:1b" on your command prompt line to enable the text parsing from a PDF report in Step 1
Run "ollama run llama3.2-vision" always on your command prompt line to enable the plot and chart interpretation in Step 2
As suggested, in Step 3 refresh the session before the refinement prompt
Export the report with the KPIs interpretations and recommendations
Notes if you need a different use case:
If you need to change the workflow for a different use case, the following recommendations may help:
Modify the text extraction (both cleaning steps and prompt) to fit the schema of the new document
Explore different models to optimize the performance in the new task
Adapt the following prompts for the explanation
Modify the output report as needed to fit your use case