From 93366861c720d74cc9c150f3d9c43d564df3a5dc Mon Sep 17 00:00:00 2001 From: Harel Gal Date: Thu, 1 Feb 2024 20:41:48 +0200 Subject: [PATCH] docs: Indicated Guardrails for Amazon Bedrock preview status (#16769) Added notification about limited preview status of Guardrails for Amazon Bedrock feature to code example. --------- Co-authored-by: Piyush Jain --- docs/docs/integrations/llms/bedrock.ipynb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/bedrock.ipynb b/docs/docs/integrations/llms/bedrock.ipynb index 0c1748cc47..717fbe3480 100644 --- a/docs/docs/integrations/llms/bedrock.ipynb +++ b/docs/docs/integrations/llms/bedrock.ipynb @@ -111,8 +111,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Guardrails for Amazon Bedrock example \n", + "\n", + "## Guardrails for Amazon Bedrock (Preview) \n", + "[Guardrails for Amazon Bedrock](https://aws.amazon.com/bedrock/guardrails/) evaluates user inputs and model responses based on use case specific policies, and provides an additional layer of safeguards regardless of the underlying model. Guardrails can be applied across models, including Anthropic Claude, Meta Llama 2, Cohere Command, AI21 Labs Jurassic, and Amazon Titan Text, as well as fine-tuned models.\n", + "**Note**: Guardrails for Amazon Bedrock is currently in preview and not generally available. Reach out through your usual AWS Support contacts if you’d like access to this feature.\n", "In this section, we are going to set up a Bedrock language model with specific guardrails that include tracing capabilities. " ] },