{{ .Title }}
+ {{ with .Description }} +{{ . }}
+ {{ end }} +diff --git a/content/demos/_index.md b/content/demos/_index.md new file mode 100644 index 0000000000..80fc38e016 --- /dev/null +++ b/content/demos/_index.md @@ -0,0 +1,59 @@ +--- +title: Interactive demos +description: Hands-on interactive walkthroughs of Validated Patterns. +menu: + main: + name: Demos + weight: 22 +demos: + - id: 5nsew2VgJfkkdd5sQ0Mr + title: Deploy a Validated Pattern on RHDP + thumbnail: /images/demos/deploy-pattern-on-rhdp.png + description: Deploy a Validated Pattern on the Red Hat Demo Platform (RHDP) without provisioning your own cluster. Walk through the steps to launch a pattern in a pre-built environment. + pattern_link: https://demo.redhat.com + pattern_label: Red Hat Demo Platform + - id: U3ztnJKzMjsNM05f0ff5 + title: Using the Validated Patterns UI + thumbnail: /images/demos/validated-patterns-ui.png + description: See how the Validated Patterns framework looks and feels once deployed. This walkthrough covers the GitOps-driven UI, ArgoCD application views, and how to navigate a running pattern. + pattern_link: /patterns/multicloud-gitops/ + pattern_label: Multicloud GitOps pattern + - id: UusleQSZch8ZZyimr7aj + title: RAG VP UI — Red Hat Summit 2026 + thumbnail: /images/demos/rag-vp-ui-summit-2026.png + description: A walkthrough of the RAG Validated Pattern UI as shown at Red Hat Summit 2026. See the end-to-end experience from cluster deployment to a running AI application. + - id: 6SxOiDc3P7uMg38jAOLw + title: RAG-LLM GitOps pattern on Microsoft Azure + thumbnail: /images/demos/rag-llm-gitops-azure.png + description: LLM-based document generation on Azure with Red Hat OpenShift AI, from vector database ingestion to a running chatbot interface. + pattern_link: /patterns/azure-rag-llm-gitops/ + pattern_label: RAG-LLM pattern on Microsoft Azure + - id: drMY04qRCqQuq2BkZWpn + title: RAG AI and Quickstart VP UI + thumbnail: /images/demos/rag-ai-application.png + description: Tour the RAG-augmented chatbot UI. The RAG AI UI demo and RAG AI Quickstart VP UI use the same Arcade walkthrough (one share link). See how the application generates project proposals using Red Hat product documentation. + pattern_link: /patterns/rag-llm-gitops/ + pattern_label: AI generation with LLM and RAG + - id: WBiokIqAOZRlk7aXkvuU + title: RAG LLM on Lenovo SNO + thumbnail: /images/demos/rag-llm-lenovo-sno.png + description: RAG LLM on a Lenovo Single Node OpenShift cluster — CPU-based RAG without GPU hardware on compact infrastructure. + pattern_link: /patterns/rag-llm-cpu/ + pattern_label: RAG LLM Chatbot on CPU + - id: Qla3IzaQVM9yQP27TWDU + title: Performing disaster recovery with RamenDR backed by Dell PowerStore + thumbnail: /images/demos/ramendr-dell-powerstore-dr.png + description: Walk through regional disaster recovery for OpenShift Virtualization workloads using RamenDR with Dell PowerStore storage backing the recovery workflow. + pattern_link: /patterns/ramendr-starter-kit/ + pattern_label: RamenDR Starter Kit +next_steps: + - url: /patterns/ + label: Explore all patterns + text: browse the full catalog by tier and use case + - url: /learn/quickstart/ + label: Read the quickstart guide + text: step-by-step instructions for your first deployment + - url: /learn/about-validated-patterns/ + label: Learn the concepts + text: understand how the framework works +--- diff --git a/content/patterns/azure-rag-llm-gitops/_index.adoc b/content/patterns/azure-rag-llm-gitops/_index.adoc index 8a4cfd0cb8..a3b8e7c72d 100644 --- a/content/patterns/azure-rag-llm-gitops/_index.adoc +++ b/content/patterns/azure-rag-llm-gitops/_index.adoc @@ -22,6 +22,7 @@ links: install: getting-started bugs: https://github.com/validatedpatterns/rag-llm-gitops/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform + demo: 6SxOiDc3P7uMg38jAOLw --- :toc: diff --git a/content/patterns/multicloud-gitops/_index.adoc b/content/patterns/multicloud-gitops/_index.adoc index 6e5e7079b1..4b609f0f1a 100644 --- a/content/patterns/multicloud-gitops/_index.adoc +++ b/content/patterns/multicloud-gitops/_index.adoc @@ -20,6 +20,7 @@ links: arch: https://www.redhat.com/architect/portfolio/detail/8-hybrid-multicloud-management-with-gitops bugs: https://github.com/validatedpatterns/multicloud-gitops/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform + demo: U3ztnJKzMjsNM05f0ff5 ci: mcgitops --- :toc: diff --git a/content/patterns/rag-llm-cpu/_index.md b/content/patterns/rag-llm-cpu/_index.md index c82eae1e92..6da9c5d3d4 100644 --- a/content/patterns/rag-llm-cpu/_index.md +++ b/content/patterns/rag-llm-cpu/_index.md @@ -21,6 +21,7 @@ links: install: getting-started bugs: https://github.com/validatedpatterns-sandbox/rag-llm-cpu/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform + demo: WBiokIqAOZRlk7aXkvuU --- # **CPU-based RAG LLM chatbot** diff --git a/content/patterns/rag-llm-gitops/_index.md b/content/patterns/rag-llm-gitops/_index.md index fd0e622970..56ad9b06c8 100644 --- a/content/patterns/rag-llm-gitops/_index.md +++ b/content/patterns/rag-llm-gitops/_index.md @@ -24,6 +24,7 @@ links: install: getting-started bugs: https://github.com/validatedpatterns/rag-llm-gitops/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform + demo: drMY04qRCqQuq2BkZWpn ci: ragllm --- diff --git a/content/patterns/rag-quickstart/_index.adoc b/content/patterns/rag-quickstart/_index.adoc index 037bd55245..b9ea2b3e69 100644 --- a/content/patterns/rag-quickstart/_index.adoc +++ b/content/patterns/rag-quickstart/_index.adoc @@ -15,6 +15,7 @@ links: install: getting-started bugs: https://github.com/validatedpatterns-sandbox/ai-quickstart-rag/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform + demo: drMY04qRCqQuq2BkZWpn --- :toc: :imagesdir: /images diff --git a/content/patterns/ramendr-starter-kit/_index.adoc b/content/patterns/ramendr-starter-kit/_index.adoc index 2cc09257a7..d0d02b004d 100644 --- a/content/patterns/ramendr-starter-kit/_index.adoc +++ b/content/patterns/ramendr-starter-kit/_index.adoc @@ -23,6 +23,7 @@ links: install: getting-started bugs: https://github.com/validatedpatterns/ramendr-starter-kit/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform + demo: Qla3IzaQVM9yQP27TWDU ci: ramendr-starter-kit --- diff --git a/layouts/blog/list.html b/layouts/blog/list.html index e659986d4c..ba155a2680 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -32,6 +32,6 @@
{{ . }}
+ {{ end }} ++ See how regional failover works for OpenShift Virtualization workloads using RamenDR and Dell PowerStore. +
+ +
Deploy with conf