Skip to content

Commit 9e22a95

Browse files
committed
fixes snippet ref
1 parent 7b356e0 commit 9e22a95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

explore-analyze/ai-features/llm-guides/connect-to-amazon-bedrock.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following video demonstrates these steps (click to watch).
6363

6464
### Configure an IAM User [_configure_an_iam_user]
6565

66-
Next, assign the policy you just created to a new user:
66+
Next, assign the policy you created to a new user:
6767

6868
1. Return to the **IAM** menu. Select **Users** from the navigation menu, then click **Create User**.
6969
2. Name the user, then click **Next**.
@@ -82,7 +82,7 @@ The following video demonstrates these steps (click to watch).
8282
Create the access keys that will authenticate your Elastic connector:
8383

8484
1. Return to the **IAM** menu. Select **Users** from the navigation menu.
85-
2. Search for the user you just created, and click its name.
85+
2. Search for the user you created, and click its name.
8686
3. Go to the **Security credentials** tab.
8787
4. Under **Access keys**, click **Create access key**.
8888
5. Select **Third-party service**, check the box under **Confirmation**, click **Next**, then click **Create access key**.
@@ -102,7 +102,7 @@ Finally, configure the connector in {{kib}}:
102102
2. Find the **Connectors** page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). Then click **Create Connector**, and select **Amazon Bedrock**.
103103
3. Name your connector.
104104
4. (Optional) Configure the Amazon Bedrock connector to use a different AWS region where Anthropic models are supported by editing the **URL** field, for example by changing `us-east-1` to `eu-central-1`.
105-
5. (Optional) Add one of the following strings if you want to use a model other than the default. Note that these model IDs should have a prefix of `us.` or `eu.`, depending on your region, for example `us.anthropic.claude-3-5-sonnet-20240620-v1:0` or `eu.anthropic.claude-3-5-sonnet-20240620-v1:0`.
105+
5. (Optional) Add one of the following strings if you want to use a model other than the default. These model IDs should have a prefix of `us.` or `eu.`, depending on your region, for example `us.anthropic.claude-3-5-sonnet-20240620-v1:0` or `eu.anthropic.claude-3-5-sonnet-20240620-v1:0`.
106106

107107
* Sonnet 3.5: `us.anthropic.claude-3-5-sonnet-20240620-v1:0` or `eu.anthropic.claude-3-5-sonnet-20240620-v1:0`
108108
* Sonnet 3.5 v2: `us.anthropic.claude-3-5-sonnet-20241022-v2:0` or `eu.anthropic.claude-3-5-sonnet-20241022-v2:0`

explore-analyze/ai-features/llm-guides/llm-connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Elastic uses large language model (LLM) connectors to power it's [AI features](/
2121

2222
## Elastic Managed LLM
2323

24-
:::{include} ../../_snippets/elastic-managed-llm.md
24+
:::{include} ../../solutions/_snippets/elastic-managed-llm.md
2525
:::
2626

2727
## Connect to a third-party LLM

0 commit comments

Comments
 (0)