File tree Expand file tree Collapse file tree 11 files changed +102
-0
lines changed
spring-ai-spring-boot-starters
spring-ai-starter-model-anthropic
spring-ai-starter-model-deepseek
spring-ai-starter-model-elevenlabs
spring-ai-starter-model-minimax
spring-ai-starter-model-mistral-ai
spring-ai-starter-model-ollama
spring-ai-starter-model-openai
spring-ai-starter-model-stability-ai
spring-ai-starter-model-zhipuai
spring-ai-starter-vector-store-chroma
spring-ai-starter-vector-store-gemfire Expand file tree Collapse file tree 11 files changed +102
-0
lines changed Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-anthropic</artifactId >
Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-deepseek</artifactId >
Original file line number Diff line number Diff line change 2828 <artifactId >spring-boot-starter</artifactId >
2929 </dependency >
3030
31+ <dependency >
32+ <groupId >org.springframework.boot</groupId >
33+ <artifactId >spring-boot-starter-webclient</artifactId >
34+ </dependency >
35+
36+ <dependency >
37+ <groupId >org.springframework.boot</groupId >
38+ <artifactId >spring-boot-starter-restclient</artifactId >
39+ </dependency >
40+
3141 <dependency >
3242 <groupId >org.springframework.ai</groupId >
3343 <artifactId >spring-ai-autoconfigure-model-elevenlabs</artifactId >
Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-minimax</artifactId >
Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-mistral-ai</artifactId >
Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-ollama</artifactId >
Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-openai</artifactId >
Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-stability-ai</artifactId >
Original file line number Diff line number Diff line change 4242 <artifactId >spring-boot-starter</artifactId >
4343 </dependency >
4444
45+ <dependency >
46+ <groupId >org.springframework.boot</groupId >
47+ <artifactId >spring-boot-starter-webclient</artifactId >
48+ </dependency >
49+
50+ <dependency >
51+ <groupId >org.springframework.boot</groupId >
52+ <artifactId >spring-boot-starter-restclient</artifactId >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.springframework.ai</groupId >
4757 <artifactId >spring-ai-autoconfigure-model-zhipuai</artifactId >
Original file line number Diff line number Diff line change 4040 <groupId >org.springframework.boot</groupId >
4141 <artifactId >spring-boot-starter</artifactId >
4242 </dependency >
43+
44+ <dependency >
45+ <groupId >org.springframework.boot</groupId >
46+ <artifactId >spring-boot-starter-restclient</artifactId >
47+ </dependency >
48+
4349 <dependency >
4450 <groupId >org.springframework.ai</groupId >
4551 <artifactId >spring-ai-autoconfigure-vector-store-chroma</artifactId >
You can’t perform that action at this time.
0 commit comments