File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 16
16
<description >Spring AI web page Q & A</description >
17
17
<properties >
18
18
<java .version>21</java .version>
19
- <spring-ai .version>1.0.0-M6 </spring-ai .version>
19
+ <spring-ai .version>1.0.0-M8 </spring-ai .version>
20
20
<chat-agent-ui .version>0.11.0</chat-agent-ui .version>
21
21
<llm-agent-spec .version>0.1.2</llm-agent-spec .version>
22
22
</properties >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.springframework.ai</groupId >
30
- <artifactId >spring-ai-ollama-spring-boot-starter </artifactId >
30
+ <artifactId >spring-ai-starter-model-ollama </artifactId >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.springframework.ai</groupId >
34
- <artifactId >spring-ai-pgvector- store-spring-boot-starter </artifactId >
34
+ <artifactId >spring-ai-starter-vector- store-pgvector </artifactId >
35
35
</dependency >
36
36
37
37
<dependency >
86
86
</plugin >
87
87
</plugins >
88
88
</build >
89
- <repositories >
90
- <repository >
91
- <id >spring-milestones</id >
92
- <name >Spring Milestones</name >
93
- <url >https://repo.spring.io/milestone</url >
94
- <snapshots >
95
- <enabled >false</enabled >
96
- </snapshots >
97
- </repository >
98
- </repositories >
99
89
100
90
</project >
You can’t perform that action at this time.
0 commit comments