Atoti Intelligence Essentials
This is part of the Atoti Intelligence Essentials offer.Prerequisites
The following requirements must be met before setting up Visualize This:- An Atoti Python project
- A license with the AI flag enabled
- A configured LLM (see Set up an LLM)
Install the package
Visualize This requires an LLM provider. Install the package for your provider, for example:Enable Visualize This
Unlike Auto-Explain, Visualize This requires an LLM. Provide both aconnection and a chat model to AiConfig, then pass it to SessionConfig. The example below uses OpenAI; see the LLM provider pages for other providers.
Verify the setup
After enabling Visualize This, verify that it is available:- Start the Atoti session.
- Open the Atoti UI.
- Check that the AI assistant appears in the interface.
Related reading
- How Visualize This works
- Configure Visualize This to supply cube context
- How to use Visualize This in the Atoti UI
- Set up a custom disclaimer in Python