From bdbba51564344b114bef577907188a72f38f6976 Mon Sep 17 00:00:00 2001 From: David Neale Date: Sat, 3 Jan 2026 17:49:01 +0000 Subject: [PATCH] docs: Add Bedrock Guardrails support (#475) Co-authored-by: David Neale --- pages/docs/configuration/pre_configured_ai/bedrock.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/docs/configuration/pre_configured_ai/bedrock.mdx b/pages/docs/configuration/pre_configured_ai/bedrock.mdx index 2933ac6..da9acbc 100644 --- a/pages/docs/configuration/pre_configured_ai/bedrock.mdx +++ b/pages/docs/configuration/pre_configured_ai/bedrock.mdx @@ -57,6 +57,10 @@ endpoints: - "us-west-2" streamRate: 35 titleModel: 'anthropic.claude-3-haiku-20240307-v1:0' + guardrailConfig: + guardrailIdentifier: "abc123xyz" + guardrailVersion: "1" + trace: "enabled" ``` - `streamRate`: (Optional) Set the rate of processing each new token in milliseconds. @@ -70,6 +74,12 @@ endpoints: - If provided, users will see a dropdown to select the region. If not selected, the default region is used. - ![image](https://github.com/user-attachments/assets/6f3c5e82-9c6b-4643-8487-07db1061ba49) +- `guardrailConfig`: (Optional) Configure AWS Bedrock Guardrails for content filtering. + - `guardrailIdentifier`: The guardrail ID or ARN from your AWS Bedrock Console. + - `guardrailVersion`: The guardrail version number (e.g., `"1"`) or `"DRAFT"`. + - `trace`: (Optional) Enable trace logging: `"enabled"`, `"disabled"`, or `"enabled_full"`. + - See [AWS Bedrock Guardrails documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-how.html) for creating and managing guardrails. + ## Notes - The following models are not supported due to lack of streaming capability: