Skip to content

Commit db383f8

Browse files
committed
Update README.md
1 parent 8701ccc commit db383f8

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For further information go to our [Spring AI refernce documentation](https://doc
1717

1818
## Educational Resources
1919

20-
- Follow the [Workshop](#workshop)
20+
- Follow the [Workshop material for Azure OpenAI](https://github.com/Azure-Samples/spring-ai-azure-workshop)
2121
- The workshop contains step-by-step examples from 'hello world' to 'retrieval augmented generation'
2222

2323
Some selected videos. Search YouTube! for more.
@@ -29,19 +29,6 @@ Some selected videos. Search YouTube! for more.
2929
* Introducing Spring AI - Add Generative AI to your Spring Applications
3030
<br>[![Watch the video](https://img.youtube.com/vi/1g_wuincUdU/default.jpg)](https://www.youtube.com/watch?v=1g_wuincUdU)
3131

32-
33-
## Workshop
34-
35-
* 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)
36-
* 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.
37-
```xml
38-
<dependency>
39-
<groupId>org.springframework.ai</groupId>
40-
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
41-
<version>0.7.1-SNAPSHOT</version>
42-
</dependency>
43-
```
44-
4532
## Getting Started
4633

4734
Please refer to the [Getting Started Guide](https://docs.spring.io/spring-ai/reference/getting-started.html) for instruction on adding your dependencies.

0 commit comments

Comments
 (0)