You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ You can find more details in the [Reference Documentation](https://docs.spring.i
33
33
*[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.
34
34
*[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.
35
35
* 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.
37
37
38
38
## Breaking changes
39
39
@@ -136,7 +136,7 @@ Checkstyles are currently disabled, but you can enable them by doing the followi
136
136
-[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.
137
137
- (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'
138
138
139
-
### Talks and Videos
139
+
### Talks and Videos
140
140
141
141
Some selected videos. Search YouTube! for more.
142
142
@@ -161,3 +161,9 @@ Some selected videos. Search YouTube! for more.
161
161
162
162
- Spring AI Introduction: Building AI Applications in Java with Spring
163
163
<br>[](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>[](https://leanpub.com/springai)
0 commit comments