Skip to content

Commit

Permalink
Update amazon-bedrock.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Mar 12, 2024
1 parent 0b68f6f commit 779ec1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/amazon-bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
# Document(id=..., content: 'My name is Wolfgang and I live in Berlin')

0 comments on commit 779ec1a

Please sign in to comment.