serverless-patterns icon indicating copy to clipboard operation
serverless-patterns copied to clipboard

New serverless pattern - s3-lambda-bedrock-js-sam

Open Avs163 opened this issue 1 year ago • 0 comments

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.

Avs163 avatar May 19 '24 14:05 Avs163