From a382dc348aaddb65318b40cf9735ab57ab4fa6cc Mon Sep 17 00:00:00 2001 From: Alexandros Pappas <6052803+apappascs@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:59:11 +0100 Subject: [PATCH] Add Examples section linking to Spring AI examples repository --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c57ad89e468..355f66af759 100644 --- a/README.md +++ b/README.md @@ -135,5 +135,7 @@ Checkstyles are currently disabled, but you can enable them by doing the followi ./mvnw clean package -DskipTests -Ddisable.checks=false ``` +## Examples +* [Spring AI Examples](https://github.com/spring-projects/spring-ai-examples) contains example projects that explain specific features in more detail.