KPIs

This type of visualization is useful when the answer is a numeric value, like a sum, average, etc. 

The following steps occur internally in the WorkWithPlus AI Assistant for answering with a visualization of KPI:

  1. The AI Assistant will send the LLM metadata about the Knowledge Base (available Transactions, attributes, and filters) together with the end-user message.
  2. The LLM will return the query to get the data needed by the end-user ('For each' Transaction, filters, sorting, etc.). 
  3. The AI Assistant will run the query and get the result.
  4. The AI Assistant will display the KPI with the information obtained.

Example

"Show me the total price of all projects"

AIAssistantQueryKPI