We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9117c8 commit 68439f2Copy full SHA for 68439f2
build.gradle
@@ -33,6 +33,8 @@ ext.webjarsMarkedVersion = "14.1.2"
33
ext.springAiVersion = "1.0.0-M8"
34
35
dependencies {
36
+ implementation 'org.springframework.ai:spring-ai-starter-model-openai'
37
+ implementation 'org.springframework.ai:spring-ai-vector-store'
38
implementation 'org.springframework.boot:spring-boot-starter-cache'
39
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
40
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
0 commit comments