Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kendra_retriever_samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ export OPENAI_API_KEY="<YOUR-OPEN-AI-API-KEY>"
export ANTHROPIC_API_KEY="<YOUR-ANTHROPIC-API-KEY>"
```

**NOTE**: If you're using individual sample codes outside of the code structure in this repository, please make sure you have installed `boto3` (by running `pip install boto3` or use the `*requirements.txt*` file ) in your python runtime or **AmazonKendaraRetriver** will not work with the langchain Retrieve Interfaces.



### Running samples from the streamlit app
The samples directory is bundled with an `app.py` file that can be run as a web app using streamlit.

Expand Down