From db383f8c411f331575925d7fc452cf33a9cfbd72 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Mon, 4 Mar 2024 16:39:25 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 296d747cc..9c25527b0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For further information go to our [Spring AI refernce documentation](https://doc ## Educational Resources -- Follow the [Workshop](#workshop) +- Follow the [Workshop material for Azure OpenAI](https://github.com/Azure-Samples/spring-ai-azure-workshop) - The workshop contains step-by-step examples from 'hello world' to 'retrieval augmented generation' Some selected videos. Search YouTube! for more. @@ -29,19 +29,6 @@ Some selected videos. Search YouTube! for more. * Introducing Spring AI - Add Generative AI to your Spring Applications
[![Watch the video](https://img.youtube.com/vi/1g_wuincUdU/default.jpg)](https://www.youtube.com/watch?v=1g_wuincUdU) - -## Workshop - -* You can try out the features of Spring AI by following the [workshop material for Azure OpenAI](https://github.com/Azure-Samples/spring-ai-azure-workshop) -* To use the workshop material with OpenAI (not Azure's offering) you will need to *replace* the Azure Open AI Boot Starter in the `pom.xml` with the Open AI Boot Starter. -```xml - - org.springframework.ai - spring-ai-openai-spring-boot-starter - 0.7.1-SNAPSHOT - -``` - ## Getting Started Please refer to the [Getting Started Guide](https://docs.spring.io/spring-ai/reference/getting-started.html) for instruction on adding your dependencies.