From 06c4cf37c6f3077711612d93a9665534da8d0093 Mon Sep 17 00:00:00 2001 From: jinliyl <6469360+jinliyl@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:08:10 +0800 Subject: [PATCH 1/2] add memory cli demo to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea13a41c..0df8946d 100644 --- a/README.md +++ b/README.md @@ -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) From 738c7b861b2c02812357369df140898c61ca8556 Mon Sep 17 00:00:00 2001 From: jinliyl <6469360+jinliyl@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:09:00 +0800 Subject: [PATCH 2/2] add memory cli demo to readme --- README_ZH.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README_ZH.md b/README_ZH.md index 5fc08523..1e108c90 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -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*),用于存储系统中记录的所有记忆片段。 @@ -115,4 +117,4 @@ title = {{MemoryScope}}, url = {https://github.com/modelscope/MemoryScope}, year = {2024} } -``` \ No newline at end of file +```