We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894d998 commit 11f64c3Copy full SHA for 11f64c3
build.gradle
@@ -30,6 +30,7 @@ ext {
30
dependencies {
31
implementation('org.springframework.boot:spring-boot-starter-actuator')
32
implementation 'org.springframework.boot:spring-boot-starter-web'
33
+ implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
34
implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter'
35
if (project.hasProperty('vector-db-provider') && project.getProperty('vector-db-provider') == 'chroma') {
36
implementation 'org.springframework.ai:spring-ai-chroma-store-spring-boot-starter'
0 commit comments