You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring AI Alibaba Elasticsearch Memory 模块是 Spring AI Alibaba 项目的核心组件之一,
6
-
专门提供基于 Elasticsearch 的存储解决方案。该模块利用 Elasticsearch 的全文检索和分布式特性,为 AI 应用提供快速、可靠的对话历史和上下文数据存储服务,使 AI 系统能够"记住"之前的交互,从而提供更连贯、更个性化的用户体验。
5
+
## Introduction
7
6
8
-
## 主要特性
7
+
The Spring AI Alibaba Elasticsearch Memory Module is a core component of the Spring AI Alibaba project,
8
+
specifically designed to provide an Elasticsearch-based storage solution. Leveraging Elasticsearch's full-text search and distributed capabilities, this module delivers fast and reliable storage services for conversational history and contextual data in AI applications. It enables AI systems to remember past interactions, thereby facilitating more coherent and personalized user experiences.
-**与 Spring 生态无缝集成**:完美兼容 Spring 框架和 Spring Boot 应用
12
-
-**灵活的记忆管理**:支持设置对话记忆大小限制,自动清理过期对话
10
+
## Core Features
13
11
14
-
## 快速开始
12
+
-**Elasticsearch Storage**: Leverages Elasticsearch's high performance and distributed architecture to enable rapid storage and retrieval of conversational history and contextual data.
13
+
-**Seamless Integration with Spring Ecosystem**: Provides full compatibility with the Spring Framework and Spring Boot applications for effortless adoption.
14
+
-**Flexible Memory Management**: Supports configurable conversation memory size limits with automatic cleanup of expired dialogues.
15
15
16
-
### Maven 依赖
16
+
##Get Started
17
17
18
-
将以下依赖添加到你的项目中:
18
+
### Maven Dependency
19
+
20
+
Add the following dependency to your project:
19
21
20
22
```xml
21
23
<dependency>
@@ -25,21 +27,21 @@ Spring AI Alibaba Elasticsearch Memory 模块是 Spring AI Alibaba 项目的核
0 commit comments