Skip to content

Commit

Permalink
add memory cli demo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliyl authored Sep 10, 2024
1 parent 06c4cf3 commit 738c7b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
MemoryScope可以为LLM聊天机器人提供强大且灵活的长期记忆能力,并提供了构建长期记忆能力的框架。
MemoryScope可以用于个人助理、情感陪伴等记忆场景,通过长期记忆能力来不断学习,记得用户的基础信息以及各种习惯和喜好,使得用户在使用LLM时逐渐感受到一种“默契”。

![Framework](./docs/images/framework.png)
### Demo
![chinese-gif](https://github.com/user-attachments/assets/57519274-8c01-4d88-bcd2-0ebce3551e5d)

### 核心框架:
![Framework](./docs/images/framework.png)

💾 记忆数据库: MemoryScope配备了向量数据库(默认是*ElasticSearch*),用于存储系统中记录的所有记忆片段。

Expand Down Expand Up @@ -115,4 +117,4 @@ title = {{MemoryScope}},
url = {https://github.com/modelscope/MemoryScope},
year = {2024}
}
```
```

0 comments on commit 738c7b8

Please sign in to comment.