From 9e672d12afbe452288453790a8f2652ea064696a Mon Sep 17 00:00:00 2001
From: "abir.chebbi" <abir.chebbi@hes-so.ch>
Date: Tue, 10 Sep 2024 13:59:37 +0200
Subject: [PATCH] corr

---
 Part 1/{create-vector-dB.py => create-vector-db.py} | 0
 README.md                                           | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename Part 1/{create-vector-dB.py => create-vector-db.py} (100%)

diff --git a/Part 1/create-vector-dB.py b/Part 1/create-vector-db.py
similarity index 100%
rename from Part 1/create-vector-dB.py
rename to Part 1/create-vector-db.py
diff --git a/README.md b/README.md
index b39d74b..a6abdd2 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
 Create an S3 bucket and upload a few PDF files (Detailed steps are provided in the first session).
 
 ### Step 2: Vector Store Creation
-To set up the Vector Store, run the following command: `python Create-Vector-DB.py`
+To set up the Vector Store, run the following command: `python create-vector-db.py`
 
 This script performs the following actions:
 
-- 
GitLab