fix(aiflow): 接入统一知识库检索服务

This commit is contained in:
evo
2026-07-21 09:35:33 +08:00
parent 9c092ae3bb
commit 787e447d09
2 changed files with 73 additions and 9 deletions

View File

@@ -29,6 +29,12 @@
<artifactId>ruoyi-common-chat</artifactId>
</dependency>
<!-- 复用聊天模块的知识库统一检索能力(向量/混合/重排) -->
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-chat</artifactId>
</dependency>
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-common-web</artifactId>