From 164d2812611f3946f4e20ba33bb225fdf084f360 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c57ad89e4..e4b11b62c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Please refer to the [Getting Started Guide](https://docs.spring.io/spring-ai/ref * [Issues](https://github.com/spring-projects/spring-ai/issues) * [Awesome Spring AI](https://github.com/danvega/awesome-spring-ai) - A curated list of awesome resources, tools, tutorials, and projects for building generative AI applications using Spring AI +* [Spring AI Examples](https://github.com/spring-projects/spring-ai-examples) contains example projects that explain specific features in more detail. ## Breaking changes @@ -133,7 +134,4 @@ To build with checkstyles enabled. Checkstyles are currently disabled, but you can enable them by doing the following: ```shell ./mvnw clean package -DskipTests -Ddisable.checks=false -``` - - - +``` \ No newline at end of file