Skip to content

Commit

Permalink
Added Books Section and a book Spring AI for Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
muthuishere committed Nov 10, 2024
1 parent 71c32b9 commit af07ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can find more details in the [Reference Documentation](https://docs.spring.i
* [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.
* [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.
* 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).
* 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.
* 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.

## Breaking changes

Expand Down Expand Up @@ -136,7 +136,7 @@ Checkstyles are currently disabled, but you can enable them by doing the followi
- [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.
- (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'

### Talks and Videos
### Talks and Videos

Some selected videos. Search YouTube! for more.

Expand Down Expand Up @@ -165,5 +165,5 @@ Some selected videos. Search YouTube! for more.

### Books

- 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.
- **Spring AI for Your Organization - GCP Vertex AI Edition** by Muthukumaran Navaneethakrishnan: A comprehensive guide to integrating Spring AI with Google Vertex AI, perfect for both experienced backend developers and newcomers.
<br>[![Read the book](https://d2sofvawe08yqg.cloudfront.net/springai/s_featured?1720872547)](https://leanpub.com/springai)

0 comments on commit af07ac9

Please sign in to comment.