From 513405cbdc19c8974fba9b6b3e1bfe6fa2479bef Mon Sep 17 00:00:00 2001
From: "abir.chebbi" <abir.chebbi@hes-so.ch>
Date: Tue, 17 Sep 2024 12:06:46 +0200
Subject: [PATCH] Step3 in Part1 updated

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e1499bb..b3a8539 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,10 @@ This script performs the following actions:
 
 ### Step 3: Vectorizing the PDF Files
 
-Before starting vectorizing, please go to AWS bedrock service and request the following models:
-* Titan Embedding v1
-* Claude v2
+Start by requesting access to the following models on the AWS Bedrock service:
+
+    - Titan Embedding v1
+    - Claude v2
 
 After setting up the S3 bucket and Vector DB, we could process PDF files to generate and store embeddings in the vector database.
 
-- 
GitLab