Skip to content

Commit

Permalink
Merge pull request #44 from jimburtoft/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MithilShah authored Oct 4, 2023
2 parents f9d93f1 + a17a2cc commit 8b750e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions kendra_retriever_samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ conda env create -f environment.yml
```

### For Bedrock
If you are using Bedrock, make sure that you have a boto3 client with bedrock library and you use an AWS_PROFILE that has access to bedrock.
If you are using Bedrock, make sure that you update to the latest boto3 and langchain version with bedrock support and you use an AWS_PROFILE that has access to bedrock.

```
wget https://xxxxx/Documentation/SDK/bedrock-python-sdk.zip
unzip bedrock-python-sdk.zip
pip install *.whl
pip install --force-reinstall "langchain>=0.0.306"
pip install --force-reinstall "boto3>=1.28.57"
```

## Running samples
Expand Down

0 comments on commit 8b750e4

Please sign in to comment.