serverless-patterns
serverless-patterns copied to clipboard
New serverless pattern - s3-lambda-bedrock-js-sam
Issue #, if available:
Description of changes:
This pattern facilitates LLM RAG use cases by generating vector embeddings of documents in S3. When files are uploaded to S3, Lambda triggers, sending file contents to the Bedrock embedding model, which generates semantic vector embeddings for NLP tasks like semantic search, document clustering, or information retrieval.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.