File tree Expand file tree Collapse file tree 25 files changed +65
-49
lines changed
spring-ai-model-chat-memory-repository-cassandra
spring-ai-model-chat-memory-repository-neo4j
spring-ai-bedrock-converse
spring-ai-vertex-ai-embedding
spring-ai-vertex-ai-gemini Expand file tree Collapse file tree 25 files changed +65
-49
lines changed Original file line number Diff line number Diff line change 3939 </scm >
4040
4141 <dependencies >
42+
4243 <dependency >
4344 <groupId >org.springframework.ai</groupId >
44- <artifactId >spring-ai-client-chat </artifactId >
45+ <artifactId >spring-ai-commons </artifactId >
4546 <version >${project.parent.version} </version >
4647 </dependency >
4748
Original file line number Diff line number Diff line change 4040 <dependencies >
4141 <dependency >
4242 <groupId >org.springframework.ai</groupId >
43- <artifactId >spring-ai-client-chat </artifactId >
43+ <artifactId >spring-ai-commons </artifactId >
4444 <version >${project.parent.version} </version >
4545 </dependency >
4646
Original file line number Diff line number Diff line change 1616 -->
1717
1818<project xmlns =" http://maven.apache.org/POM/4.0.0"
19- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
20+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2021 <modelVersion >4.0.0</modelVersion >
2122 <parent >
2223 <groupId >org.springframework.ai</groupId >
4243 <dependencies >
4344 <dependency >
4445 <groupId >org.springframework.ai</groupId >
45- <artifactId >spring-ai-client-chat </artifactId >
46+ <artifactId >spring-ai-commons </artifactId >
4647 <version >${project.parent.version} </version >
4748 </dependency >
4849
5859 </exclusions >
5960 </dependency >
6061
62+ <dependency >
63+ <groupId >org.slf4j</groupId >
64+ <artifactId >slf4j-api</artifactId >
65+ <optional >true</optional >
66+ </dependency >
67+
6168 <!-- TESTING -->
6269 <dependency >
6370 <groupId >org.springframework.boot</groupId >
7986
8087 </dependencies >
8188
82- </project >
89+ </project >
Original file line number Diff line number Diff line change 4343 <dependencies >
4444 <dependency >
4545 <groupId >org.springframework.ai</groupId >
46- <artifactId >spring-ai-client-chat </artifactId >
46+ <artifactId >spring-ai-commons </artifactId >
4747 <version >${project.parent.version} </version >
4848 </dependency >
4949
Original file line number Diff line number Diff line change 6666
6767 <dependency >
6868 <groupId >org.springframework.ai</groupId >
69- <artifactId >spring-ai-client-chat </artifactId >
69+ <artifactId >spring-ai-model </artifactId >
7070 <version >${project.parent.version} </version >
7171 </dependency >
7272
Original file line number Diff line number Diff line change 4141 <dependencies >
4242 <dependency >
4343 <groupId >org.springframework.ai</groupId >
44- <artifactId >spring-ai-client-chat </artifactId >
44+ <artifactId >spring-ai-model </artifactId >
4545 <version >${project.version} </version >
4646 </dependency >
4747
Original file line number Diff line number Diff line change 4141 <dependencies >
4242 <dependency >
4343 <groupId >org.springframework.ai</groupId >
44- <artifactId >spring-ai-client-chat </artifactId >
44+ <artifactId >spring-ai-model </artifactId >
4545 <version >${project.version} </version >
4646 </dependency >
47-
47+
4848 <dependency >
4949 <groupId >org.springframework.data</groupId >
5050 <artifactId >spring-data-neo4j</artifactId >
Original file line number Diff line number Diff line change 4545 <!-- production dependencies -->
4646 <dependency >
4747 <groupId >org.springframework.ai</groupId >
48- <artifactId >spring-ai-client-chat </artifactId >
48+ <artifactId >spring-ai-model </artifactId >
4949 <version >${project.parent.version} </version >
5050 </dependency >
5151
Original file line number Diff line number Diff line change 4343 <!-- production dependencies -->
4444 <dependency >
4545 <groupId >org.springframework.ai</groupId >
46- <artifactId >spring-ai-client-chat </artifactId >
46+ <artifactId >spring-ai-model </artifactId >
4747 <version >${project.parent.version} </version >
4848 </dependency >
4949
Original file line number Diff line number Diff line change 4242 <!-- production dependencies -->
4343 <dependency >
4444 <groupId >org.springframework.ai</groupId >
45- <artifactId >spring-ai-client-chat </artifactId >
45+ <artifactId >spring-ai-model </artifactId >
4646 <version >${project.parent.version} </version >
4747 </dependency >
4848
You can’t perform that action at this time.
0 commit comments