diff --git a/docs/guides/SPRING_AI_INTEGRATION.md b/docs/guides/SPRING_AI_INTEGRATION.md index 963bcc2bc..c6cd1579e 100644 --- a/docs/guides/SPRING_AI_INTEGRATION.md +++ b/docs/guides/SPRING_AI_INTEGRATION.md @@ -11,6 +11,32 @@ This guide provides examples of how to use our Spring AI integration with our clients in SAP AI Core for chat completion tasks using the SAP AI SDK for Java. +First, add the Spring AI dependency to your `pom.xml`: + +```xml + + org.springframework.ai + spring-ai-core + 1.0.0-M5 + +... + + + true + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + +``` + +:::note Spring AI Milestone Version +Note that currently no stable version of Spring AI exists just yet. +The AI SDK currently uses the [M5 milestone](https://spring.io/blog/2024/12/23/spring-ai-1-0-0-m5-released). + +Please be aware that future versions of the AI SDK may increase the Spring AI version. +::: + ## Orchestration Chat Completion The Orchestration client is integrated in Spring AI classes: