Amazon Bedrock

Shows how to use your Redis database with Amazon Bedrock to customize foundational models.

Amazon Bedrock streamlines GenAI deployment by offering foundational models (FMs) as a unified API, eliminating complex infrastructure management. It lets you create AI-powered Agents that execute complex tasks. Through Knowledge Bases within Amazon Bedrock, you can seamlessly tether FMs to your proprietary data sources using retrieval-augmented generation (RAG). This direct integration amplifies the FM's intelligence based on your organization's resources.

Amazon Bedrock lets you choose Redis Cloud as the vector database for your agent's Knowledge Base. Once Redis Cloud is integrated with Amazon Bedrock, it automatically reads text documents from your Amazon Simple Storage Service (S3) buckets. This process lets the large language model (LLM) pinpoint and extract pertinent context in response to user queries, ensuring your AI agents are well-informed and grounded in their responses.

For more information about the Redis integration with Amazon Bedrock, see the Amazon Bedrock integration blog post.

To fully set up Bedrock with Redis Cloud, you will need to do the following:

  1. Set up a Redis Cloud subscription and vector database for Bedrock.

  2. Create a knowledge base connected to your vector database.

  3. Create an agent connected to your knowledge base.

More info

RATE THIS PAGE
Back to top ↑