From 7a66360dfacccbf4def68c5146859f6bbd5e44b3 Mon Sep 17 00:00:00 2001 From: "abir.chebbi" <abir.chebbi@hes-so.ch> Date: Thu, 12 Sep 2024 14:37:51 +0200 Subject: [PATCH] readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5fa4953..b78fae0 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,12 @@ Where: - **--index_name**: The index_name where to store the embeddings in the collection. The main.py script will: -1. Download PDF files from the S3 bucket. -2. Split them into chunks. -3. Generate embeddings from the chunks. -4. Create an index in the vector DB. -5. Store these embeddings in the OpenSearch Vector DB. + +* Download PDF files from the S3 bucket. +* Split them into chunks. +* Generate embeddings from the chunks. +* Create an index in the vector DB. +* Store these embeddings in the OpenSearch Vector DB. ## Part 2: -- GitLab