Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Atoti Intelligence Essentials
This is part of the Atoti Intelligence Essentials offer.Configuration file
Add Visualize This configuration to the application configuration file. Configuration is optional but recommended for better results. Add the following toapplication.yaml:
Configuration parameters
The following table describes each configuration parameter:| Parameter name | Description |
|---|---|
| system-prompt-paths | Ordered list of paths to system prompt files. Files are concatenated in the declared order and appended to the LLM context. |
| name | Name of the cube to configure Visualize This for. |
| description | Description of the cube. |
| dimensions | List of dimensions to provide additional information to the LLM. |
| name | Name of the dimension. |
| description | Description of the dimension. |
| hierarchies | List of hierarchies to provide additional information to the LLM. |
| name | Name of the hierarchy. |
| description | Description of the hierarchy. |
| levels | List of levels to provide additional information to the LLM. |
| name | Name of the level. |
| description | Description of the level. |
| measures | List of measures to provide additional information to the LLM. |
| name | Name of the measure. |
| description | Description of the measure. |
| measure-folders | List of measure folders to provide additional information to the LLM. |
| name | Name of the measure folder. |
| description | Description of the measure folder. |
Alternative: XMLA_DESCRIPTION property
Descriptions for dimensions, hierarchies, and levels can also be sourced from theXMLA_DESCRIPTION
property set directly on the OLAP element schema definition. When this property is present on an
element, Visualize This reads it as the element’s description.
This is useful when descriptions are already defined in the cube schema, and you want to avoid
duplicating them in the application configuration file.
If both XMLA_DESCRIPTION and the application configuration file provide a description for the
same element, the two values are concatenated.
The
XMLA_DESCRIPTION property applies to dimensions, hierarchies, levels, and measures only.
Cubes and measure folders must be described through the application configuration file.Partial configuration
Configuration does not require descriptions for all elements. Provide descriptions only for elements that need additional context.Verify the configuration
After completing the configuration, verify that Visualize This uses the custom descriptions:- Start the Atoti application
- Open the Atoti UI
- Ask the AI assistant to create a visualization
- Check that the assistant understands business terms from the descriptions