File tree Expand file tree Collapse file tree 10 files changed +56
-2
lines changed
spring-ai-spring-boot-starters
spring-ai-starter-model-anthropic
spring-ai-starter-model-deepseek
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 Expand file tree Collapse file tree 10 files changed +56
-2
lines changed Original file line number Diff line number Diff line change 65
65
<artifactId >spring-ai-autoconfigure-model-chat-memory</artifactId >
66
66
<version >${project.parent.version} </version >
67
67
</dependency >
68
+
69
+ <dependency >
70
+ <groupId >org.springframework.ai</groupId >
71
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
72
+ <version >${project.parent.version} </version >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
</project >
Original file line number Diff line number Diff line change 65
65
<artifactId >spring-ai-autoconfigure-model-chat-memory</artifactId >
66
66
<version >${project.parent.version} </version >
67
67
</dependency >
68
+
69
+ <dependency >
70
+ <groupId >org.springframework.ai</groupId >
71
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
72
+ <version >${project.parent.version} </version >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
</project >
Original file line number Diff line number Diff line change 65
65
<artifactId >spring-ai-autoconfigure-model-chat-memory</artifactId >
66
66
<version >${project.parent.version} </version >
67
67
</dependency >
68
+
69
+ <dependency >
70
+ <groupId >org.springframework.ai</groupId >
71
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
72
+ <version >${project.parent.version} </version >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
</project >
Original file line number Diff line number Diff line change 65
65
<artifactId >spring-ai-autoconfigure-model-chat-memory</artifactId >
66
66
<version >${project.parent.version} </version >
67
67
</dependency >
68
+
69
+ <dependency >
70
+ <groupId >org.springframework.ai</groupId >
71
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
72
+ <version >${project.parent.version} </version >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
</project >
Original file line number Diff line number Diff line change 65
65
<artifactId >spring-ai-autoconfigure-model-chat-memory</artifactId >
66
66
<version >${project.parent.version} </version >
67
67
</dependency >
68
+
69
+ <dependency >
70
+ <groupId >org.springframework.ai</groupId >
71
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
72
+ <version >${project.parent.version} </version >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
</project >
Original file line number Diff line number Diff line change 65
65
<artifactId >spring-ai-autoconfigure-model-chat-memory</artifactId >
66
66
<version >${project.parent.version} </version >
67
67
</dependency >
68
+
69
+ <dependency >
70
+ <groupId >org.springframework.ai</groupId >
71
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
72
+ <version >${project.parent.version} </version >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
</project >
Original file line number Diff line number Diff line change 53
53
<artifactId >spring-ai-stability-ai</artifactId >
54
54
<version >${project.parent.version} </version >
55
55
</dependency >
56
+
57
+ <dependency >
58
+ <groupId >org.springframework.ai</groupId >
59
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
60
+ <version >${project.parent.version} </version >
61
+ </dependency >
56
62
</dependencies >
57
63
58
64
</project >
Original file line number Diff line number Diff line change 65
65
<artifactId >spring-ai-autoconfigure-model-chat-memory</artifactId >
66
66
<version >${project.parent.version} </version >
67
67
</dependency >
68
+
69
+ <dependency >
70
+ <groupId >org.springframework.ai</groupId >
71
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
72
+ <version >${project.parent.version} </version >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
</project >
Original file line number Diff line number Diff line change 55
55
<artifactId >spring-ai-chroma-store</artifactId >
56
56
<version >${project.parent.version} </version >
57
57
</dependency >
58
+
59
+ <dependency >
60
+ <groupId >org.springframework.ai</groupId >
61
+ <artifactId >spring-ai-autoconfigure-http-client</artifactId >
62
+ <version >${project.parent.version} </version >
63
+ </dependency >
58
64
</dependencies >
59
65
60
66
</project >
Original file line number Diff line number Diff line change 16
16
-->
17
17
18
18
<project xmlns =" http://maven.apache.org/POM/4.0.0"
19
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
21
21
<modelVersion >4.0.0</modelVersion >
22
22
<parent >
74
74
<scope >test</scope >
75
75
</dependency >
76
76
</dependencies >
77
- </project >
77
+ </project >
You can’t perform that action at this time.
0 commit comments