Update README.md
This commit is contained in:
15
README.md
15
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
|
||||
<br>[](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
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
|
||||
<version>0.7.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
## 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.
|
||||
|
||||
Reference in New Issue
Block a user