feat<chat>: 添加Redis作为对话记忆的持久化存储

This commit is contained in:
2025-10-22 20:06:39 +08:00
parent 86666ff044
commit 2f9923977a
6 changed files with 115 additions and 4 deletions

View File

@@ -57,6 +57,14 @@
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-starter-memory-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
</dependencies>
<dependencyManagement>