You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/example_code/bedrock-runtime/models/anthropic_claude/scenarios/claude3_chatbot_demo/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ Facilitates a conversational QA application that leverages a knowledge base alon
23
23
-**`colors.py`:** Provides functions to add color to console outputs, enhancing the readability and visual appeal of logs or messages displayed in the terminal.
24
24
-**`custom_logging.py`:** Implements custom logging functionalities, allowing for more structured and configurable logging throughout the project.
25
25
-**`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.
27
27
28
28
## Pre-Requisites
29
29
To get started:
30
30
1. Run `pip install -r requirements.txt` & activate the virtual environment.
31
31
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