From ab38affea43235f9b94a48da4f43cdde373c190a Mon Sep 17 00:00:00 2001 From: jinliyl <6469360+jinliyl@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:53:32 +0800 Subject: [PATCH] Update README.md add memoryscope cli demo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2066575..ea13a41c 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ MemoryScope provides LLM chatbots with powerful and flexible long-term memory ca It can be applied to scenarios like personal assistants and emotional companions, continuously learning through long-term memory to remember users' basic information as well as various habits and preferences. This allows users to gradually experience a sense of "understanding" when using the LLM. -![Framework](./docs/images/framework.png) +### Demo +![chinese-gif](https://github.com/user-attachments/assets/e83a097c-87d4-45db-8930-e8eab3952829) ### Framework +![Framework](./docs/images/framework.png) 💾 Memory Database: MemoryScope is equipped with a vector database (default is *ElasticSearch*) to store all memory fragments recorded in the system. @@ -122,4 +124,4 @@ title = {{MemoryScope}}, url = {https://github.com/modelscope/MemoryScope}, year = {2024} } -``` \ No newline at end of file +```