File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
cn/open_source/modules/memories
en/open_source/modules/memories Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11---
22title : " TreeTextMemory: 树形明文记忆"
3- desc : " 让我们在MemOS中构建你的第一个**基于图的、树形明文记忆**!
4-
5- **TreeTextMemory** 支持以结构化方式组织、关联并检索记忆,同时保留丰富的上下文信息与良好的可解释性。
6-
7- MemOS当前使用[Neo4j](/open_source/modules/memories/neo4j_graph_db)作为后端,未来计划支持更多图数据库。"
3+ desc : >
4+ 让我们在MemOS中构建你的第一个**基于图的、树形明文记忆**!
5+ <br>
6+ **TreeTextMemory** 支持以结构化方式组织、关联并检索记忆,同时保留丰富的上下文信息与良好的可解释性。
7+ <br>
8+ MemOS当前使用[Neo4j](/open_source/modules/memories/neo4j_graph_db)作为后端,未来计划支持更多图数据库。
89---
910
1011
@@ -320,7 +321,7 @@ print(f"✓ 已从混合内容提取并添加 {len(mixed_memories)} 条记忆")
320321- ** 上下文保持** :使用滑动窗口保持分块间的上下文连续性
321322::
322323
323- ::注意
324+ :: note
324325** 配置提示** <br >
325326- 使用 ` direct_markdown_hostnames ` 参数可以指定哪些域名直接返回 Markdown 格式<br >
326327- 支持 ` mode="fast" ` 和 ` mode="fine" ` 两种提取模式,fine 模式提取更详细<br >
Original file line number Diff line number Diff line change 11---
22title : " TreeTextMemory: Structured Hierarchical Textual Memory"
3- desc : " Let’s build your first **graph-based, tree-structured memory** in MemOS!
4-
5- **TreeTextMemory** helps you organize, link, and retrieve memories with rich context and explainability.
6-
7- [Neo4j](/open_source/modules/memories/neo4j_graph_db) is the current backend, with support for additional graph stores planned in the future."
3+ desc : >
4+ Let’s build your first **graph-based, tree-structured memory** in MemOS!
5+ <br>
6+ **TreeTextMemory** helps you organize, link, and retrieve memories with rich context and explainability.
7+ <br>
8+ [Neo4j](/open_source/modules/memories/neo4j_graph_db) is the current backend, with support for additional graph stores planned in the future.
89---
910
1011
You can’t perform that action at this time.
0 commit comments