Upgrade Spring AI to 1.0.0, remove QianFan and Moonshot modules

This commit is contained in:
Cursor Agent
2025-06-16 12:07:17 +00:00
parent 54529a17cd
commit b22ced2bbe
3 changed files with 110 additions and 52 deletions

View File

@@ -189,6 +189,24 @@
</exclusion>
</exclusions>
</dependency>
<!-- Spring AI - 社区版本支持 -->
<!-- 注意:如需使用 QianFan 或 Moonshot请参考 Spring AI Community 项目 -->
<!-- https://github.com/spring-ai-community/qianfan -->
<!-- https://github.com/spring-ai-community/moonshot -->
<!--
<dependency>
<groupId>org.springframework.ai.community</groupId>
<artifactId>spring-ai-qianfan</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai.community</groupId>
<artifactId>spring-ai-moonshot</artifactId>
</dependency>
-->
<!-- Spring AI - Vector Stores -->
<dependency>
</dependencies>
</project>