Skip to content

Commit bc9f8ab

Browse files
author
antalike
committed
docs: fix YAML multiline string formatting for desc fields
1 parent e02e88c commit bc9f8ab

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

content/cn/open_source/modules/memories/tree_textual_memory.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: "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>

content/en/open_source/modules/memories/tree_textual_memory.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: "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

0 commit comments

Comments
 (0)