File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ dependencies {
4040 implementation ' org.springframework.boot:spring-boot-starter-actuator'
4141 implementation ' org.springframework.boot:spring-boot-starter-oauth2-client'
4242 implementation group : ' org.springframework.boot' , name : ' spring-boot-starter-mail' , version : ' 3.0.5'
43+ implementation ' org.springframework.boot:spring-boot-starter-batch'
4344
4445 // API Documentation (문서화)
4546 implementation ' org.apache.commons:commons-lang3:3.18.0'
@@ -78,6 +79,8 @@ dependencies {
7879 implementation ' org.springframework.ai:spring-ai-starter-model-openai'
7980 implementation ' org.springframework.ai:spring-ai-advisors-vector-store'
8081 implementation ' org.springframework.ai:spring-ai-starter-model-chat-memory-repository-jdbc'
82+ implementation ' org.springframework.ai:spring-ai-starter-model-ollama'
83+ implementation ' org.springframework.ai:spring-ai-starter-model-huggingface'
8184
8285 // Testing (테스트)
8386 testImplementation ' org.springframework.boot:spring-boot-starter-test'
You can’t perform that action at this time.
0 commit comments