Skip to content

Commit 1facc61

Browse files
authored
Merge branch 'main' into DOC-3615
2 parents ddd0772 + b30e311 commit 1facc61

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

content/integrate/amazon-bedrock/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ categories:
1111
description: Shows how to use your Redis database with Amazon Bedrock to customize
1212
foundational models.
1313
group: cloud-service
14+
hideListLinks: true
1415
summary: With Amazon Bedrock, users can access foundational AI models from a variety
1516
of vendors through a single API, streamlining the process of leveraging generative
1617
artificial intelligence.
1718
type: integration
1819
weight: 3
19-
hideListLinks: true
2020
---
2121

22-
[Amazon Bedrock](https://aws.amazon.com/bedrock/) is a service that allows you to securely customize foundational models (FMs) with your own data, and to use these models without having to build complex infrastructure management. With Amazon Bedrock, users can access FMs from a variety of vendors through a single API, streamlining the process of creating generative artificial intelligence (AI).
22+
[Amazon Bedrock](https://aws.amazon.com/bedrock/) streamlines GenAI deployment by offering foundational models (FMs) as a unified API, eliminating complex infrastructure management. It lets you create AI-powered [Agents](https://aws.amazon.com/bedrock/agents/) that execute complex tasks. Through [Knowledge Bases](https://aws.amazon.com/bedrock/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.
2323

24-
Amazon Bedrock allows you to choose Redis Cloud as the [vector database](https://redis.com/solutions/use-cases/vector-database/) for your knowledge base. After your database is set up and connected to Amazon Bedrock, it will import text data from an Amazon Simple Storage Service (S3) bucket into Redis Cloud and use it to extract relevant information when prompted.
24+
Amazon Bedrock lets you choose Redis Cloud as the [vector database](https://redis.io/solutions/vector-search/) 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.
2525

26-
For more information about the Redis integration with Amazon Bedrock, see the [Amazon Bedrock integration blog post](https://redis.com/blog/amazon-bedrock-integration-with-redis-enterprise/).
26+
For more information about the Redis integration with Amazon Bedrock, see the [Amazon Bedrock integration blog post](https://redis.io/blog/amazon-bedrock-integration-with-redis-enterprise/).
2727

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

content/integrate/amazon-bedrock/create-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
LinkTitle: Create agent
2+
LinkTitle: Create Bedrock agent
33
Title: Create a Bedrock agent
44
alwaysopen: false
55
categories:

content/integrate/amazon-bedrock/create-knowledge-base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
LinkTitle: Create knowledge base
2+
LinkTitle: Create Bedrock knowledge base
33
Title: Create a Bedrock knowledge base
44
alwaysopen: false
55
categories:

content/integrate/amazon-bedrock/set-up-redis.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ To set up a Redis Cloud instance for Bedrock, you need to:
9999

100100
{{<image filename="images/rc/flexible-add-database-basic.png" width="75%" alt="The New Database dialog with basic settings." >}}
101101

102-
We selected **Search and query** and **JSON** for you already. You can remove **JSON** if you want.
102+
We selected **Search and query** and **JSON** for you already. **Search and query** enables vector database features for your database. You can remove **JSON** if you want.
103103

104-
1. Set the Memory limit of your database based on the amount of data that will be pulled from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much training data is stored in your S3 bucket and pick the closest size, rounded up, from the table below.
104+
1. Set the Memory limit of your database based on the amount of data that Bedrock will pull from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much knowledge base data is stored in your S3 bucket and pick the closest size, rounded up, from the table below.
105105

106106
| Total Size of Documents in S3 | Database size without replication | Database size with replication |
107107
|-------------------------------|-----------------------------------|--------------------------------|
@@ -192,7 +192,8 @@ After you store this secret, you can view and copy the [Amazon Resource Name (AR
192192

193193
## Create a vector index in your database {#create-vector-index}
194194

195-
After your database is set up, create an index with a vector field using [FT.CREATE]({{< relref "/commands" >}}/ft.create/) as your knowledge base for Amazon Bedrock. You can accomplish this using **Redis Insight** or `redis-cli`.
195+
196+
After your Redis Cloud database is set up, create a search index with a vector field using [FT.CREATE]({{< relref "/commands" >}}/ft.create/) as your knowledge base for Amazon Bedrock. You can accomplish this using **Redis Insight** or `redis-cli`.
196197

197198
### Redis Insight
198199

0 commit comments

Comments
 (0)