【新增】AI 知识库管理

This commit is contained in:
xiaoxin
2024-08-15 11:28:02 +08:00
parent b453856864
commit b4af042c64
21 changed files with 497 additions and 23 deletions

View File

@ -57,11 +57,9 @@
<version>${spring-ai.version}</version>
</dependency>
<!-- TODO @xin引入我们项目的 starter -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<optional>true</optional>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-redis</artifactId>
</dependency>
<dependency>