Skip to main content

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.
This page explains how to add Visualize This to an Atoti Java project.

Prerequisites

The following requirements must be met before setting up Visualize This:
  • Java project
  • License with AI flag enabled
  • Configured LLM (see LLM configuration)
  • Maven or Gradle build system

How to add the backend dependency

The Visualize This Spring Boot starter must be added to the project. Add the following dependency to pom.xml:
<dependency>
  <groupId>com.activeviam.springboot</groupId>
  <artifactId>starter-ai-chat</artifactId>
  <version>${atoti-server.version}</version>
</dependency>

How to verify the setup

After adding the dependency, verify that Visualize This is available. Follow these steps:
  1. Build the project.
  2. Start the Atoti application.
  3. Open the Atoti UI.
  4. Check that the AI assistant appears in the interface.
After setting up Visualize This, the following actions are recommended: