
A serverless pipeline that processes documents in parallel and generates vector embeddings for similarity search using AWS Step Functions, Lambda, and Amazon Bedrock

git clone https://github.com/solaws/step-functions-workflows-collection/tree/main/parallelized-embedding-pipelinecd step-functions-workflows-collection/parallelized-embedding-pipeline
Deploy the complete pipeline with database initialization: <code>./deploy-with-db-init.sh --region us-east-1</code>Or deploy infrastructure only: <code>sam build && sam deploy --guided</code>Then initialize the database: <code>./deploy-db-init.sh --region us-east-1</code>
aws cloudformation delete-stack --stack-name vectorization-pipeline --region [YOUR-REGION]sam delete