Merge remote-tracking branch 'upstream/main' into feat_vectorStore

# Conflicts:
#	ruoyi-modules-api/ruoyi-knowledge-api/src/main/java/org/ruoyi/service/impl/VectorStoreServiceImpl.java
This commit is contained in:
Yzm
2025-10-10 18:29:58 +08:00
50 changed files with 2289 additions and 14 deletions

View File

@@ -112,6 +112,10 @@
<artifactId>dashscope-sdk-java</artifactId>
<version>2.19.0</version>
</dependency>
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-chat-api</artifactId>
</dependency>
</dependencies>