This pull request introduces dynamic prompt management for the Serverless Retrieval-Augmented Generation (RAG) framework on AWS by integrating AWS Systems Manager (SSM) parameters.
Changes
Integration with AWS Systems Manager (SSM):
Added functionality to retrieve and manage prompts dynamically using SSM parameters.
Code Modifications:
Updated Lambda functions to fetch prompts from SSM.
Modified configuration files to support SSM parameter integration.
Added resource creation in AWS CDK for managing SSM parameters.
Benefits:
Enables easy updates and management of prompts without code changes.
Enhances adaptability and customization for different retrieval-augmented generation scenarios.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: N/A
Description of changes:
Summary
This pull request introduces dynamic prompt management for the Serverless Retrieval-Augmented Generation (RAG) framework on AWS by integrating AWS Systems Manager (SSM) parameters.
Changes
Integration with AWS Systems Manager (SSM):
Code Modifications:
Benefits:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.