Skip to content

Commit 71c32b9

Browse files
committed
Added Books Section and a book Spring AI for Organization
1 parent 5e1f681 commit 71c32b9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can find more details in the [Reference Documentation](https://docs.spring.i
3333
* [ChatClient API](https://docs.spring.io/spring-ai/reference/api/chatclient.html) - Fluent API for communicating with AI Chat Models, idiomatically similar to the WebClient and RestClient APIs.
3434
* [Advisors API](https://docs.spring.io/spring-ai/reference/api/advisors.html) - Encapsulates recurring Generative AI patterns, transforms data sent to and from Language Models (LLMs), and provides portability across various models and use cases.
3535
* Support for [Chat Conversation Memory](https://docs.spring.io/spring-ai/reference/api/chatclient.html#_chat_memory) and [Retrieval Augmented Generation (RAG)](https://docs.spring.io/spring-ai/reference/api/chatclient.html#_retrieval_augmented_generation).
36-
* Spring Boot Auto Configuration and Starters for all AI Models and Vector Stores - use the [start.spring.io](https://start.spring.io/) to select the Model or Vector-store of choice.
36+
* Spring Boot Auto Configuration and Starters for all AI Models and Vector Stores - use the [start.spring.io](https://start.spring.io/) to select the Model or Vector-store of choice.
3737

3838
## Breaking changes
3939

@@ -136,7 +136,7 @@ Checkstyles are currently disabled, but you can enable them by doing the followi
136136
- [Spring AI Zero to Hero Workshop](https://github.com/asaikali/spring-ai-zero-to-hero) - Example applications showing how to use Spring AI to build Generative AI projects.
137137
- (outdated) [Workshop material for Azure OpenAI](https://github.com/Azure-Samples/spring-ai-azure-workshop) - contains step-by-step examples from 'hello world' to 'retrieval augmented generation'
138138

139-
### Talks and Videos
139+
### Talks and Videos
140140

141141
Some selected videos. Search YouTube! for more.
142142

@@ -161,3 +161,9 @@ Some selected videos. Search YouTube! for more.
161161

162162
- Spring AI Introduction: Building AI Applications in Java with Spring
163163
<br>[![Watch the video](https://img.youtube.com/vi/yyvjT0v3lpY/default.jpg)](https://www.youtube.com/watch?v=yyvjT0v3lpY&ab_channel=DanVega)
164+
165+
166+
### Books
167+
168+
- Spring AI for Your Organization - GCP Vertex AI Edition: A clear guide for integrating Spring AI with Google Vertex AI, ideal for both seasoned backend developers and newcomers.
169+
<br>[![Read the book](https://d2sofvawe08yqg.cloudfront.net/springai/s_featured?1720872547)](https://leanpub.com/springai)

0 commit comments

Comments
 (0)