Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/modelscope/MemoryScope into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
binary-husky committed Sep 10, 2024
2 parents 4fe134e + 738c7b8 commit 1620166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It can be applied to scenarios like personal assistants and emotional companions
This allows users to gradually experience a sense of "understanding" when using the LLM.

### Demo
![chinese-gif](https://github.com/user-attachments/assets/e83a097c-87d4-45db-8930-e8eab3952829)
![english-gif](https://github.com/user-attachments/assets/1754c814-1342-4288-a8a3-74d0b40f59a6)

### Framework
![Framework](./docs/images/framework.png)
Expand Down
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 1620166

Please sign in to comment.