Skip to main content

Amazon Bedrock

Overview

Amazon Bedrock provides both LLM provider capabilities and advanced re-ranking models that can be used with AiKA to improve the relevance of generated content and reduce inconsistencies from document indexing.

Configuration

To use Amazon Bedrock for LLM provider capabilities in AiKA, set the following in the config manager. The language field will be formatted as provider|model.

aika:
models:
language: amazon-bedrock|claude-3-5-sonnet-20241022-v2:0

To optionally use Amazon Bedrock for re-ranking in AiKA, set the following in your configuration:

aika:
models:
reranking: amazon-bedrock|amazon.rerank-v1:0

Supported Models

  • claude-3-5-sonnet-20241022-v2:0 (recommended)

A full list of supported model providers and their models can be found here.