Skip to content

Commit f90c905

Browse files
committed
rebranding Java for AI
1 parent 18179cb commit f90c905

File tree

4 files changed

+24
-16
lines changed

4 files changed

+24
-16
lines changed

content/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: modules
2-
title: Red Hat AI Development Roadshow - Developer Track
2+
title: Java for AI Hands-on Workshop
33
version: main
44
nav:
55
- modules/ROOT/nav.adoc
66

77
asciidoc:
88
attributes:
9-
lab_name: Red Hat AI Development Roadshow - Developer Track
9+
lab_name: Java for AI Hands-on Workshop
1010
user: user1
1111
password: openshift
1212
openshift_cluster_ingress_domain: app.example.sandbox.com

content/modules/ROOT/pages/index.adoc

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,18 @@ Throughout this workshop, you as a developer will be interfacing with a variety
2424

2525
== Red Hat Products and Technologies
2626

27-
In this workshop, you'll gain hands-on experience with several cutting-edge Red Hat products and technologies that together form the basis of Red Hat's Hybrid Cloud AI solution. Depending on your role at your company, you will be more interested in certain subsets. For this Developer track, we'll focus on Podman Desktop AI Lab,
28-
RHEL AI, Red Hat Developer tools, and OpenShift AI as shown below.
29-
30-
image::dev-flow.png[title="Red Hat Products", link=self, window=blank]
27+
In this workshop, you'll gain hands-on experience with several cutting-edge Red Hat products and technologies that together form the basis of Red Hat's Hybrid Cloud AI solution. Depending on your role at your company, you will be more interested in certain subsets. For this workshop, we'll focus on the following products and open source technologies:
28+
29+
* Quarkus
30+
* LangChain4j
31+
* Red Hat Developer Hub
32+
* Red Hat Dev Spaces
33+
* Red Hat OpenShift
34+
* Red Hat OpenShift AI
35+
* Red Hat OpenShift GitOps
36+
* Red Hat OpenShift Pipeline
37+
38+
// image::dev-flow.png[title="Red Hat Products", link=self, window=blank]
3139

3240
The AI-infused application is built on `Quarkus`, a modern high-performance Java framework designed for building microservices and serverless applications. It's built on a combination of technologies, including GraalVM, Hot Reload, and Kubernetes-native features, making it a powerful and efficient choice for Java developers.
3341

content/modules/ROOT/pages/module-prompt.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -701,10 +701,10 @@ Here is a quick summary of what we have learned:
701701
- Explored common use cases for gaining value from an LLM, such as agents and content analysis
702702
- Developed a new prompt from scratch in support of a new business use case
703703

704-
== Extra Credit - Podman Desktop with AI Lab
705-
706-
Podman Desktop is an open source tool by Red Hat that enables you to work with containerized applications in an easy to use graphical interface local to your laptop or workstation. AI Lab is an extension to Podman Desktop that provides additional functionality for interacting with Large Language Models using a variety of experiences or recipes (including chat and document summarization). Its Playground feature enables you to easily select and download a model and then have an interactive conversation with it using a system prompt that you provide. The most common parameters, such as temperature and token count, can be customized directly within the playground UI itself.
707-
708-
image::prompt/podman-desktop-with-ai-lab.png[Podman Desktop with AI Lab]
709-
710-
If you would like to install Podman Desktop in your own environment, visit http://podman-desktop.io[podman-desktop.io^] and click the "Download Now" button in the middle of the page. Once installed, click the download button next to AI Lab on either the home screen or search for it in the Extensions view.
704+
// == Extra Credit - Podman Desktop with AI Lab
705+
//
706+
// Podman Desktop is an open source tool by Red Hat that enables you to work with containerized applications in an easy to use graphical interface local to your laptop or workstation. AI Lab is an extension to Podman Desktop that provides additional functionality for interacting with Large Language Models using a variety of experiences or recipes (including chat and document summarization). Its Playground feature enables you to easily select and download a model and then have an interactive conversation with it using a system prompt that you provide. The most common parameters, such as temperature and token count, can be customized directly within the playground UI itself.
707+
//
708+
// image::prompt/podman-desktop-with-ai-lab.png[Podman Desktop with AI Lab]
709+
//
710+
// If you would like to install Podman Desktop in your own environment, visit http://podman-desktop.io[podman-desktop.io^] and click the "Download Now" button in the middle of the page. Once installed, click the download button next to AI Lab on either the home screen or search for it in the Extensions view.

default-site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
site:
3-
title: Red Hat AI Development Roadshow - Developer Track
3+
title: Java for AI Hands-on Workshop
44
start_page: modules::index.adoc
55

66
content:
@@ -14,8 +14,8 @@ asciidoc:
1414

1515
ui:
1616
bundle:
17-
# url: https://github.com/rhpds/rhdp_showroom_theme/releases/download/v0.0.1/ui-bundle.zip
18-
url: https://github.com/rhpds/rhdp_showroom_theme/releases/download/rh-summit-2025/ui-bundle.zip
17+
url: https://github.com/rhpds/rhdp_showroom_theme/releases/download/v0.0.1/ui-bundle.zip
18+
# url: https://github.com/rhpds/rhdp_showroom_theme/releases/download/rh-summit-2025/ui-bundle.zip
1919

2020
# antora:
2121
# extensions:

0 commit comments

Comments
 (0)