Validated Patterns generated from Red Hat AI Quickstarts by QuickPat.
Each branch contains a complete Validated Pattern ready for deployment with the VP framework.
| Branch | Quickstart |
|---|---|
| RAG | Retrieval-Augmented Generation |
| maas-code-assistant | Model-as-a-Service Code Assistant |
| product-recommender | Product Recommender |
| lemonade-stand | Lemonade Stand |
| llm-cpu-serving | LLM CPU Serving |
| data-governance | Data Governance |
Clone a specific pattern branch:
git clone -b RAG https://github.com/atyronesmith/quickpat-patterns.git rag-patternThen follow the standard Validated Patterns deployment process.
These patterns are automatically generated and published by CI whenever the QuickPat source is updated. Each push to main on the QuickPat repo triggers a workflow that:
- Generates a Validated Pattern from each AI Quickstart
- Validates the output (schema checks, helm lint, kubeconform)
- Publishes each pattern to its branch in this repo
Apache License 2.0. See LICENSE for details.