This guide explains how to configure Amazon Bedrock as the Large Language Model (LLM) provider for Atoti Intelligence.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.
Prerequisites
Before configuring Amazon Bedrock, ensure the following requirements are met:- An AWS account with Amazon Bedrock access with appropriate permissions
- The AWS region where Bedrock models are available
Add the dependency
Add the Spring AI Amazon Bedrock dependency to the project. Add the following topom.xml:
Configure the model
Configure the Amazon Bedrock model in the application configuration file. This example assumes thatAWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are passed as JVM arguments or environment variables.
Add the following to application.yaml:
your-aws-region: The AWS region where Bedrock is available- Model name: Choose an available Bedrock model
Verify the configuration
After completing the configuration, verify that the LLM connection works:- Start the Atoti application
- Check the application logs for successful LLM initialization
- Test an AI feature such as Visualize This or Auto-Explain