From eaa3e56dbeaa03f7f0c31a93ecdd6d05b80083c3 Mon Sep 17 00:00:00 2001 From: "abir.chebbi" <abir.chebbi@hes-so.ch> Date: Thu, 12 Sep 2024 15:33:02 +0200 Subject: [PATCH] readme add argument for local_path to main,py --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebd7a71..e187f0e 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ After setting up the S3 bucket and Vector Store, we could process PDF files to g Run: -`python3 main.py --bucket_name [YourBucketName] --endpoint [YourVectorDBEndpoint] --index_name [Index_name]` +`python3 main.py --bucket_name [YourBucketName] --endpoint [YourVectorDBEndpoint] --index_name [Index_name] --local_path [local_path]` Where: - **--bucket_name**: The name of the S3 bucket containing the PDF files. - **--endpoint**: Endpoint for the vector database. - **--index_name**: The index_name where to store the embeddings in the collection. -- **--local_dir**: +- **--local_path**: local_path The main.py script will: -- GitLab