From 079ccc62e280666b3008127a1f96401f5f81ac3d Mon Sep 17 00:00:00 2001 From: "nabil.abdennad" <nabil.abdennadher@hesge.ch> Date: Fri, 11 Apr 2025 15:40:52 +0200 Subject: [PATCH] Correction --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7752f7..7b7fb46 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,6 @@ Where placeholders: ### Step 2: Vector Store Creation -Go to the Part2 folder: `cd Part2` - -Install required python libraries listed in the 'requirements.txt': `pip3 install -r requirements.txt` Create a vector database for storing embeddings by running: @@ -74,6 +71,11 @@ The vectorise-store.py script will: ## Part 2: ### Step 1: Preparation + +Go to the Part1 folder: `cd Part2` + +Install required python libraries listed in the 'requirements.txt': `pip3 install -r requirements.txt` + Before deploying the chatbot on an EC2 instance, complete the following preliminary steps: 1. Create a Key Pair: This key pair will be used for SSH access to your EC2 instance. -- GitLab