Supported LLMs
AWS Bedrock
š¢ Announcing our research paper: Mem0 achieves 26% higher accuracy than OpenAI Memory, 91% lower latency, and 90% token savings! Read the paper to learn how we're revolutionizing AI agent memory.
Setup
- Before using the AWS Bedrock LLM, make sure you have the appropriate model access from Bedrock Console.
- You will also need to authenticate the
boto3
client by using a method in the AWS documentation - You will have to export
AWS_REGION
,AWS_ACCESS_KEY
, andAWS_SECRET_ACCESS_KEY
to set environment variables.
Usage
Config
All available parameters for the aws_bedrock
config are present in Master List of All Params in Config.