Skip to content

Commit 68439f2

Browse files
committed
Add missing spring ai dependencies
1 parent d9117c8 commit 68439f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ ext.webjarsMarkedVersion = "14.1.2"
3333
ext.springAiVersion = "1.0.0-M8"
3434

3535
dependencies {
36+
implementation 'org.springframework.ai:spring-ai-starter-model-openai'
37+
implementation 'org.springframework.ai:spring-ai-vector-store'
3638
implementation 'org.springframework.boot:spring-boot-starter-cache'
3739
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
3840
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'

0 commit comments

Comments
 (0)