From 779ec1a46bbe092b3c8d4c3c3f9382c413f67826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilge=20Y=C3=BCcel?= Date: Tue, 12 Mar 2024 16:52:04 +0300 Subject: [PATCH] Update amazon-bedrock.md --- integrations/amazon-bedrock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/amazon-bedrock.md b/integrations/amazon-bedrock.md index b6fd9a99..51eb23d5 100644 --- a/integrations/amazon-bedrock.md +++ b/integrations/amazon-bedrock.md @@ -72,7 +72,7 @@ Output: To use this integration for chat models, initialize an `AmazonBedrockChatGenerator` with the model name and AWS credentials: Currently, the following models are supported: -- Anthropic's Claude +- Anthropic's Claude 2, Claude 3 Sonnet - Meta's Llama 2 ```python @@ -134,4 +134,4 @@ result = query_pipeline.run({"text_embedder":{"text": query}}) print(result['retriever']['documents'][0]) -# Document(id=..., content: 'My name is Wolfgang and I live in Berlin') \ No newline at end of file +# Document(id=..., content: 'My name is Wolfgang and I live in Berlin')