From d8e21ea87c58d1d2a8256a33e87b47e7a2b3c09e Mon Sep 17 00:00:00 2001 From: seyed ketabchi Date: Sun, 2 Jul 2023 22:33:48 -0700 Subject: [PATCH] additional notes for the `AmazonKendaraRetriver` users who may have missed installing boto3 --- kendra_retriever_samples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kendra_retriever_samples/README.md b/kendra_retriever_samples/README.md index d12542e..33efd5c 100644 --- a/kendra_retriever_samples/README.md +++ b/kendra_retriever_samples/README.md @@ -45,6 +45,10 @@ export OPENAI_API_KEY="" export 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.