You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The RAG pipeline to ingest data into vector databases and provide semantic context to GenAI applications
The Data API pipeline to expose data to GenAI application and provide situational context to GenAI applications
The data preparation pipeline to prepare data for model training or fine-tuning
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: