Skip to content

Commit 28b5af9

Browse files
authored
Python: Fix typos in Bedrock Claude Chatbot demo README (#7049)
* Update script name and rename REAMDE.md to README.md ---------
1 parent de92803 commit 28b5af9

File tree

1 file changed

+3
-3
lines changed
  • python/example_code/bedrock-runtime/models/anthropic_claude/scenarios/claude3_chatbot_demo

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Facilitates a conversational QA application that leverages a knowledge base alon
2323
- **`colors.py`:** Provides functions to add color to console outputs, enhancing the readability and visual appeal of logs or messages displayed in the terminal.
2424
- **`custom_logging.py`:** Implements custom logging functionalities, allowing for more structured and configurable logging throughout the project.
2525
- **`timeit.py`:** Contains a decorator to measure and log the execution time of functions. This utility is helpful for performance analysis and optimization.
26-
- **`upload_resume.py`:** Designed to upload resume documents to an Amazon S3 bucket. It is used to provide the document context required by the `with_document.py` script for conversation simulation.
26+
- **`upload_document.py`:** Designed to upload resume documents to an Amazon S3 bucket. It is used to provide the document context required by the `with_document.py` script for conversation simulation.
2727

2828
## Pre-Requisites
2929
To get started:
3030
1. Run `pip install -r requirements.txt` & activate the virtual environment.
3131
2. Set up AWS tokens.
32-
3. Run `python utils/upload_resume.py` (required for `with_document.py`).
33-
4. Create a [Knowledge Base for Amazon Bedrock](https://aws.amazon.com/bedrock/knowledge-bases/) (required for `with_knowledgebase.py`).
32+
3. Run `python utils/upload_document.py` (required for `with_document.py`).
33+
4. Create a [Knowledge Base for Amazon Bedrock](https://aws.amazon.com/bedrock/knowledge-bases/) (required for `with_knowledgebase.py`).

0 commit comments

Comments
 (0)