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
25 files changed +65
-49
lines changed Original file line number Diff line number Diff line change 39
39
</scm >
40
40
41
41
<dependencies >
42
+
42
43
<dependency >
43
44
<groupId >org.springframework.ai</groupId >
44
- <artifactId >spring-ai-client-chat </artifactId >
45
+ <artifactId >spring-ai-commons </artifactId >
45
46
<version >${project.parent.version} </version >
46
47
</dependency >
47
48
Original file line number Diff line number Diff line change 40
40
<dependencies >
41
41
<dependency >
42
42
<groupId >org.springframework.ai</groupId >
43
- <artifactId >spring-ai-client-chat </artifactId >
43
+ <artifactId >spring-ai-commons </artifactId >
44
44
<version >${project.parent.version} </version >
45
45
</dependency >
46
46
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" 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" >
20
21
<modelVersion >4.0.0</modelVersion >
21
22
<parent >
22
23
<groupId >org.springframework.ai</groupId >
42
43
<dependencies >
43
44
<dependency >
44
45
<groupId >org.springframework.ai</groupId >
45
- <artifactId >spring-ai-client-chat </artifactId >
46
+ <artifactId >spring-ai-commons </artifactId >
46
47
<version >${project.parent.version} </version >
47
48
</dependency >
48
49
58
59
</exclusions >
59
60
</dependency >
60
61
62
+ <dependency >
63
+ <groupId >org.slf4j</groupId >
64
+ <artifactId >slf4j-api</artifactId >
65
+ <optional >true</optional >
66
+ </dependency >
67
+
61
68
<!-- TESTING -->
62
69
<dependency >
63
70
<groupId >org.springframework.boot</groupId >
79
86
80
87
</dependencies >
81
88
82
- </project >
89
+ </project >
Original file line number Diff line number Diff line change 43
43
<dependencies >
44
44
<dependency >
45
45
<groupId >org.springframework.ai</groupId >
46
- <artifactId >spring-ai-client-chat </artifactId >
46
+ <artifactId >spring-ai-commons </artifactId >
47
47
<version >${project.parent.version} </version >
48
48
</dependency >
49
49
Original file line number Diff line number Diff line change 66
66
67
67
<dependency >
68
68
<groupId >org.springframework.ai</groupId >
69
- <artifactId >spring-ai-client-chat </artifactId >
69
+ <artifactId >spring-ai-model </artifactId >
70
70
<version >${project.parent.version} </version >
71
71
</dependency >
72
72
Original file line number Diff line number Diff line change 41
41
<dependencies >
42
42
<dependency >
43
43
<groupId >org.springframework.ai</groupId >
44
- <artifactId >spring-ai-client-chat </artifactId >
44
+ <artifactId >spring-ai-model </artifactId >
45
45
<version >${project.version} </version >
46
46
</dependency >
47
47
Original file line number Diff line number Diff line change 41
41
<dependencies >
42
42
<dependency >
43
43
<groupId >org.springframework.ai</groupId >
44
- <artifactId >spring-ai-client-chat </artifactId >
44
+ <artifactId >spring-ai-model </artifactId >
45
45
<version >${project.version} </version >
46
46
</dependency >
47
-
47
+
48
48
<dependency >
49
49
<groupId >org.springframework.data</groupId >
50
50
<artifactId >spring-data-neo4j</artifactId >
Original file line number Diff line number Diff line change 45
45
<!-- production dependencies -->
46
46
<dependency >
47
47
<groupId >org.springframework.ai</groupId >
48
- <artifactId >spring-ai-client-chat </artifactId >
48
+ <artifactId >spring-ai-model </artifactId >
49
49
<version >${project.parent.version} </version >
50
50
</dependency >
51
51
Original file line number Diff line number Diff line change 43
43
<!-- production dependencies -->
44
44
<dependency >
45
45
<groupId >org.springframework.ai</groupId >
46
- <artifactId >spring-ai-client-chat </artifactId >
46
+ <artifactId >spring-ai-model </artifactId >
47
47
<version >${project.parent.version} </version >
48
48
</dependency >
49
49
Original file line number Diff line number Diff line change 42
42
<!-- production dependencies -->
43
43
<dependency >
44
44
<groupId >org.springframework.ai</groupId >
45
- <artifactId >spring-ai-client-chat </artifactId >
45
+ <artifactId >spring-ai-model </artifactId >
46
46
<version >${project.parent.version} </version >
47
47
</dependency >
48
48
Original file line number Diff line number Diff line change 44
44
<!-- production dependencies -->
45
45
<dependency >
46
46
<groupId >org.springframework.ai</groupId >
47
- <artifactId >spring-ai-client-chat </artifactId >
47
+ <artifactId >spring-ai-model </artifactId >
48
48
<version >${project.parent.version} </version >
49
49
</dependency >
50
50
Original file line number Diff line number Diff line change 24
24
<!-- production dependencies -->
25
25
<dependency >
26
26
<groupId >org.springframework.ai</groupId >
27
- <artifactId >spring-ai-client-chat </artifactId >
27
+ <artifactId >spring-ai-model </artifactId >
28
28
<version >${project.parent.version} </version >
29
29
</dependency >
30
30
Original file line number Diff line number Diff line change 43
43
<!-- production dependencies -->
44
44
<dependency >
45
45
<groupId >org.springframework.ai</groupId >
46
- <artifactId >spring-ai-client-chat </artifactId >
46
+ <artifactId >spring-ai-model </artifactId >
47
47
<version >${project.parent.version} </version >
48
48
</dependency >
49
49
Original file line number Diff line number Diff line change 42
42
<dependencies >
43
43
44
44
<!-- production dependencies -->
45
- <dependency >
46
- <groupId >org.springframework.ai</groupId >
47
- <artifactId >spring-ai-client-chat </artifactId >
48
- <version >${project.parent.version} </version >
49
- </dependency >
45
+ <dependency >
46
+ <groupId >org.springframework.ai</groupId >
47
+ <artifactId >spring-ai-model </artifactId >
48
+ <version >${project.parent.version} </version >
49
+ </dependency >
50
50
51
51
<dependency >
52
52
<groupId >org.springframework.ai</groupId >
Original file line number Diff line number Diff line change 45
45
<!-- production dependencies -->
46
46
<dependency >
47
47
<groupId >org.springframework.ai</groupId >
48
- <artifactId >spring-ai-client-chat </artifactId >
48
+ <artifactId >spring-ai-model </artifactId >
49
49
<version >${project.parent.version} </version >
50
50
</dependency >
51
51
Original file line number Diff line number Diff line change 42
42
<dependencies >
43
43
44
44
<!-- production dependencies -->
45
- <dependency >
46
- <groupId >org.springframework.ai</groupId >
47
- <artifactId >spring-ai-client-chat </artifactId >
48
- <version >${project.parent.version} </version >
49
- </dependency >
45
+ <dependency >
46
+ <groupId >org.springframework.ai</groupId >
47
+ <artifactId >spring-ai-model </artifactId >
48
+ <version >${project.parent.version} </version >
49
+ </dependency >
50
50
51
51
<dependency >
52
52
<groupId >com.oracle.oci.sdk</groupId >
Original file line number Diff line number Diff line change 44
44
</properties >
45
45
46
46
<dependencies >
47
-
48
- <dependency >
49
- <groupId >org.springframework.ai</groupId >
50
- <artifactId >spring-ai-client-chat </artifactId >
51
- <version >${project.parent.version} </version >
52
- </dependency >
47
+
48
+ <dependency >
49
+ <groupId >org.springframework.ai</groupId >
50
+ <artifactId >spring-ai-model </artifactId >
51
+ <version >${project.parent.version} </version >
52
+ </dependency >
53
53
54
54
<dependency >
55
55
<groupId >org.springframework.ai</groupId >
73
73
</dependency >
74
74
75
75
<!-- test dependencies -->
76
+ <dependency >
77
+ <groupId >org.springframework.ai</groupId >
78
+ <artifactId >spring-ai-client-chat</artifactId >
79
+ <version >${project.parent.version} </version >
80
+ <scope >test</scope >
81
+ </dependency >
82
+
76
83
<dependency >
77
84
<groupId >org.springframework.boot</groupId >
78
85
<artifactId >spring-boot-starter-test</artifactId >
Original file line number Diff line number Diff line change 45
45
46
46
<dependency >
47
47
<groupId >org.springframework.ai</groupId >
48
- <artifactId >spring-ai-client-chat </artifactId >
48
+ <artifactId >spring-ai-model </artifactId >
49
49
<version >${project.parent.version} </version >
50
50
</dependency >
51
51
Original file line number Diff line number Diff line change 42
42
<dependencies >
43
43
<dependency >
44
44
<groupId >org.springframework.ai</groupId >
45
- <artifactId >spring-ai-client-chat </artifactId >
45
+ <artifactId >spring-ai-model </artifactId >
46
46
<version >${project.parent.version} </version >
47
47
</dependency >
48
48
Original file line number Diff line number Diff line change 44
44
<!-- production dependencies -->
45
45
<dependency >
46
46
<groupId >org.springframework.ai</groupId >
47
- <artifactId >spring-ai-client-chat </artifactId >
47
+ <artifactId >spring-ai-model </artifactId >
48
48
<version >${project.parent.version} </version >
49
49
</dependency >
50
50
Original file line number Diff line number Diff line change 54
54
<dependencies >
55
55
<dependency >
56
56
<groupId >org.springframework.ai</groupId >
57
- <artifactId >spring-ai-client-chat </artifactId >
57
+ <artifactId >spring-ai-model </artifactId >
58
58
<version >${project.parent.version} </version >
59
59
</dependency >
60
60
Original file line number Diff line number Diff line change 67
67
<!-- production dependencies -->
68
68
<dependency >
69
69
<groupId >org.springframework.ai</groupId >
70
- <artifactId >spring-ai-client-chat </artifactId >
70
+ <artifactId >spring-ai-model </artifactId >
71
71
<version >${project.parent.version} </version >
72
72
</dependency >
73
73
Original file line number Diff line number Diff line change 79
79
<!-- production dependencies -->
80
80
<dependency >
81
81
<groupId >org.springframework.ai</groupId >
82
- <artifactId >spring-ai-client-chat </artifactId >
82
+ <artifactId >spring-ai-model </artifactId >
83
83
<version >${project.parent.version} </version >
84
84
</dependency >
85
85
Original file line number Diff line number Diff line change 42
42
<!-- production dependencies -->
43
43
<dependency >
44
44
<groupId >org.springframework.ai</groupId >
45
- <artifactId >spring-ai-client-chat </artifactId >
45
+ <artifactId >spring-ai-model </artifactId >
46
46
<version >${project.parent.version} </version >
47
47
</dependency >
48
48
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" 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" >
20
21
<modelVersion >4.0.0</modelVersion >
21
22
<parent >
22
23
<groupId >org.springframework.ai</groupId >
41
42
<dependencies >
42
43
43
44
<!-- production dependencies -->
44
- <dependency >
45
- <groupId >org.springframework.ai</groupId >
46
- <artifactId >spring-ai-client-chat</artifactId >
47
- <version >${project.parent.version} </version >
48
- </dependency >
49
-
50
45
<dependency >
51
46
<groupId >org.springframework.retry</groupId >
52
47
<artifactId >spring-retry</artifactId >
53
48
</dependency >
54
-
49
+
55
50
<dependency >
56
51
<groupId >org.springframework</groupId >
57
52
<artifactId >spring-webflux</artifactId >
58
53
</dependency >
59
54
55
+ <dependency >
56
+ <groupId >org.slf4j</groupId >
57
+ <artifactId >slf4j-api</artifactId >
58
+ <optional >true</optional >
59
+ </dependency >
60
+
60
61
<!-- test dependencies -->
61
62
<dependency >
62
63
<groupId >org.springframework.boot</groupId >
65
66
</dependency >
66
67
67
68
</dependencies >
68
- </project >
69
+ </project >
You can’t perform that action at this time.
0 commit comments