awslabs / data-solutions-framework-on-aws

An open-source framework that simplifies implementation of data solutions.
https://awslabs.github.io/data-solutions-framework-on-aws/
Apache License 2.0
106 stars 14 forks source link

Feat: provide constructs to simplify genAI patterns implementation #534

Open vgkowski opened 3 months ago

vgkowski commented 3 months ago

The most common patterns for GenAI applications are RAG and LLM fine-tuning/training. DSF can bring some GenAI constructs to accelerate the implementation of these patterns. In details we have identified 3 constructs that could help:

krokoko commented 3 months ago

@vgkowski