add framework.jpg

This commit is contained in:
jinli.yl 2024-08-19 17:38:30 +08:00
parent 8f7fdb7c60
commit aa91ae7739
4 changed files with 11 additions and 0 deletions

View file

@ -10,6 +10,7 @@ repos:
- id: check-json
- id: detect-private-key
- id: trailing-whitespace
exclude: (README\.md|README_ZH\.md)$
- id: end-of-file-fixer
files: \.py$
- id: check-merge-conflict

View file

@ -32,6 +32,11 @@ extracted from the queries as consolidated *observations* to be stored in the me
to form and update *insights*. Then, memory re-consolidation is performed to ensure contradictions and repetitions
among memory pieces are properly handled.
### Framework
<p align="left">
<img src="docs/images/framework.jpg" width="700px" alt="MemoryScope Framework">
</p>
### Main Features
⚡ Low response-time (RT) for the user:

View file

@ -27,6 +27,11 @@ MemoryScope 是一个为LLM聊天机器人服务的强大且灵活的长期记
- 反思与再巩固:每隔一段时间,此操作对新记录的 *observations* 进行反思,以形成和更新 *insight* 形式的记忆片段。然后执行记忆再巩固,
以确保记忆片段之间的矛盾和重复得到妥善处理。
### 框架
<p align="left">
<img src="docs/images/framework.jpg" width="700px" alt="MemoryScope Framework">
</p>
### 主要特点
⚡ 极低的用户时延RT:

BIN
docs/images/framework.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 KiB