Skip to content
Snippets Groups Projects
Commit 6c872c7d authored by abir.chebbi's avatar abir.chebbi
Browse files

update Readme

parent 9e4d15fa
Branches
No related tags found
No related merge requests found
......@@ -38,14 +38,14 @@ This script performs the following actions:
### Step 3: Vectorizing the PDF Files
After setting up the S3 bucket and Vector DB, we could process PDF files to generate and store embeddings in the vector database.
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.
Run:
Then, run:
`python3 vectorise-store.py --bucket_name [YourBucketName] --endpoint [YourVectorDBEndpoint] --index_name [Index_name] --local_path [local_path]`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment