From 0ecd3b80b3712700394e27877f730f803226a567 Mon Sep 17 00:00:00 2001
From: "abir.chebbi" <abir.chebbi@hes-so.ch>
Date: Tue, 17 Sep 2024 11:07:43 +0200
Subject: [PATCH] update

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 1adcfdf..e1499bb 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,11 @@ This script performs the following actions:
 * After the vector store is set up, the script retrieves and displays the store's endpoint for immediate use.
 
 ### 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
+
 After setting up the S3 bucket and Vector DB, we could process PDF files to generate and store embeddings in the vector database.
 
 Run: 
-- 
GitLab