Skip to content

Commit d9f6a81

Browse files
authored
Merge pull request #141 from eldermoraes/master
New demos: Prompts, Chains & Memory, Agents/Tools, Embedding Documents
2 parents cf49d31 + 859f4b3 commit d9f6a81

31 files changed

Lines changed: 10692 additions & 157 deletions
35 KB
Loading
41.7 KB
Loading
244 KB
Loading
473 KB
Loading
144 KB
Loading
Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
* Requirements
2-
** xref:setup.adoc[Setup]
2+
** xref:01_setup.adoc[Setup]
33
44
* Basics
5-
** xref:basics.adoc[Basics and Fundamentals]
6-
** xref:configuration.adoc[Configuration]
7-
** xref:panache.adoc[Hibernate with Panache]
8-
** xref:kubernetes.adoc[Deploy to Kubernetes]
9-
** xref:dev-services.adoc[Dev Services]
10-
** xref:spring.adoc[Spring Compatibility]
5+
** xref:02_basics.adoc[Basics and Fundamentals]
6+
** xref:03_configuration.adoc[Configuration]
7+
** xref:04_panache.adoc[Hibernate with Panache]
8+
** xref:05_kubernetes.adoc[Deploy to Kubernetes]
9+
** xref:06_dev-services.adoc[Dev Services]
10+
** xref:07_spring.adoc[Spring Compatibility]
1111
1212
* Cloud Native
13-
** xref:rest-client.adoc[REST Client]
14-
** xref:fault-tolerance.adoc[Fault Tolerance]
15-
** xref:health.adoc[Health Check]
16-
** xref:observability.adoc[Observability]
17-
** xref:security.adoc[Security with JWT RBAC]
18-
// ** xref:security-oidc.adoc[Security using OpenID Connect]
13+
** xref:08_rest-client.adoc[REST Client]
14+
** xref:09_fault-tolerance.adoc[Fault Tolerance]
15+
** xref:10_health.adoc[Health Check]
16+
** xref:11_observability.adoc[Observability]
17+
** xref:12_security.adoc[Security with JWT RBAC]
18+
// ** xref:13_security-oidc.adoc[Security using OpenID Connect]
1919
2020
* Reactive
21-
** xref:reactive.adoc[Reactive with Mutiny]
22-
** xref:reactive-messaging.adoc[Streaming reactive messages]
23-
** xref:kafka-and-streams.adoc[Apache Kafka with Reactive Streams]
21+
** xref:14_reactive.adoc[Reactive with Mutiny]
22+
** xref:15_reactive-messaging.adoc[Streaming reactive messages]
23+
** xref:15_kafka-and-streams.adoc[Apache Kafka with Reactive Streams]
24+
25+
* AI
26+
** xref:17_prompts.adoc[Working with prompts]
27+
** xref:18_chains_memory.adoc[Chains and Memory]
28+
** xref:19_agents_tools.adoc[Agents/Tools]
29+
** xref:20_embed_documents.adoc[Embedding Documents]
30+
//** xref:21_podman_ai[Working with Podman Desktop AI]
31+
** xref:22_local_models.adoc[Working with local models]
32+
//** xref:23_kubernetes_kafka_ai.adoc[Bringing Kubernetes and Kafka to the party]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)