Skip to content

Commit

Permalink
Bedrock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmilesb committed Mar 25, 2024
1 parent 8f1e910 commit f650291
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@ To set up a Redis Cloud instance for Bedrock, you need to:

### [Create a database]({{<relref "/rc/subscriptions/create-flexible-subscription">}}) {#create-sub}

1. In the [admin console](https://app.redislabs.com/), select **Create database**.
1. In the [admin console](https://app.redislabs.com/), select **New database**.

{{<image filename="images/rc/button-subscription-new.png" width="50%" alt="The New subscriptions button in the admin console menu." >}}{{< /image >}}
{{<image filename="images/rc/button-database-new.png" alt="The New Database button creates a new database." width="120px">}}{{< /image >}}

1. When the **New database** page appears, select **Flexible plans**.
1. When the **New database** page appears, select **Vector database** from the use case panel.

{{<image filename="images/rc/new-subscription-plans-flexible.png" alt="Available subscription plans; Flexible plan is selected." >}}{{< /image >}}
{{<image filename="images/rc/create-database-redis-use-cases.png" alt="The Redis Use case panel">}}{{< /image >}}

1. Select **Pro** to create a Pro plan.

{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected.">}}{{< /image >}}

1. Select **Amazon Web Services** as the cloud vendor, select a region, and enter a name for your subscription.

Expand All @@ -70,10 +74,6 @@ To set up a Redis Cloud instance for Bedrock, you need to:

{{<image filename="images/rc/subscription-new-flexible-advanced-multi-az.png" width="75%" alt="The Multi-AZ toggle set to on." >}}{{< /image >}}

1. Enter a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) range of IP addresses for your deployment in the **Deployment CIDR** field.

{{<image filename="images/rc/subscription-new-flexible-advanced-cidr.png" width="75%" alt="The Deployment CIDR field." >}}{{< /image >}}

1. When finished, select **Continue**.

{{<image filename="images/rc/button-subscription-continue.png" width="100px" alt="Select the Continue button to continue to the next step." >}}{{< /image >}}
Expand All @@ -86,10 +86,12 @@ To set up a Redis Cloud instance for Bedrock, you need to:

{{<image filename="images/rc/icon-add-database.png" width="30px" alt="Use the Add button to define a new database for your subscription." >}}{{< /image >}}

1. In the **New Database** dialog, name your database and select **Search and query**.
1. In the **New Database** dialog, name your database.

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

We selected **Search and query** and **JSON** for you already. You can remove **JSON** if you want.

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 from the table below.

| Total Size of Documents in S3 | Database size without replication | Database size with replication |
Expand All @@ -109,9 +111,9 @@ To set up a Redis Cloud instance for Bedrock, you need to:

1. Review your subscription. You will not need to enter a payment method, as it's automatically assigned to your AWS Marketplace account.

1. Select **Create subscription** to create your new flexible subscription.
1. Select **Confirm & pay** to create your new database.

{{<image filename="images/rc/button-subscription-create.png" width="140px" alt="Select Create subscription to create your new subscription." >}}{{< /image >}}
{{<image filename="images/rc/button-create-db-confirm-pay.png" width="140px" alt="Select Confirm & pay to create your new database." >}}{{< /image >}}

Note that subscriptions are created in the background. While they are provisioning, you aren't allowed to make changes. (The process generally takes 10-15 minutes.)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aliases:

4. Select the type of [subscription]({{<relref "/rc/subscriptions">}}) you need. For this guide, select **Pro**.

{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected and an existing subscription selected.">}}{{< /image >}}
{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected.">}}{{< /image >}}

{{< note >}}
This guide shows how to create a Pro database with a new subscription.
Expand Down Expand Up @@ -138,7 +138,7 @@ Redis breaks down your databases to Redis Billing Units (RBUs), each with their

Select **Back to Sizing** to make changes or **Confirm & Pay** to create your databases.

{{<image filename="images/rc/button-create-db-confirm-pay.png" width="140px" alt="Select Create subscription to create your new subscription." >}}{{< /image >}}
{{<image filename="images/rc/button-create-db-confirm-pay.png" width="140px" alt="Select Confirm & pay to create your database." >}}{{< /image >}}

Note that databases are created in the background. While they are provisioning, you aren't allowed to make changes. This process generally takes 10-15 minutes.

Expand Down
Binary file modified static/images/rc/create-database-redis-use-cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f650291

Please sign in to comment.