Skip to content

Commit

Permalink
Merge pull request #25 from jmp75/doc_boto3
Browse files Browse the repository at this point in the history
Propose a document callout note about boto3 for using AWS Bedrock
  • Loading branch information
jph00 authored Oct 1, 2024
2 parents 41caf55 + e2d0bfd commit c3b020d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion 00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3069,12 +3069,24 @@
"models_aws"
]
},
{
"cell_type": "markdown",
"id": "7a194f45",
"metadata": {},
"source": [
":::{.callout-note}\n",
"\n",
"`anthropic` at version 0.34.2 seems not to install `boto3` as a dependency. You may need to do a `pip install boto3` or the creation of the `Client` below fails.\n",
"\n",
":::"
]
},
{
"cell_type": "markdown",
"id": "9b8b2bc4",
"metadata": {},
"source": [
"We don't need any extra code to support Amazon Bedrock -- we just have to set up the approach client:"
"Provided `boto3` is installed, we otherwise don't need any extra code to support Amazon Bedrock -- we just have to set up the approach client:"
]
},
{
Expand Down

0 comments on commit c3b020d

Please sign in to comment.