From 4eb939820f5376e032e3e44cea9e97a353b2ad33 Mon Sep 17 00:00:00 2001
From: "abir.chebbi" <abir.chebbi@hes-so.ch>
Date: Fri, 11 Apr 2025 16:57:23 +0200
Subject: [PATCH] minior update

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c0e725e..adc7a00 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Where placeholders:
 
 Create a vector database for storing embeddings by running: 
 
-`python3 create-vector-db.py --collection_name [Name_of_colletion] --iam_user [YourIAM_user]`
+`python3 create-vector-db.py --collection_name [Name_of_colletion] --iam_user [YourIAM_user] --acount_id [YourAccount_ID]`
 
 Where: 
 - **[Name_of_colletion]**: Name of the collection that you want to create.
-- 
GitLab