docs: Add Bedrock Guardrails support (#475)

Co-authored-by: David Neale <david.neale@admiralfinancialservices.co.uk>
This commit is contained in:
David Neale
2026-01-03 17:49:01 +00:00
committed by GitHub
parent 2bab1c9cd2
commit bdbba51564

View File

@@ -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: