Skip to content

Commit 509e5bf

Browse files
author
harvey_xiang
committed
feat: update docs
1 parent b91ce7d commit 509e5bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 基于图的明文记忆后端
2+
title: Neo4j 图数据库
33
desc: "该模块为记忆增强系统(如RAG、认知代理或个人内存助手)提供基于图结构的记忆存储和查询。 <br/>它定义了一个干净的抽象类(`BaseGraphDB`),并使用**Neo4j**实现了一个可用于生产环境的实现。"
44
---
55

content/cn/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ nav:
6262
- "(ri:tree-line) 树形明文记忆": open_source/modules/memories/tree_textual_memory.md
6363
- "(ri:database-line) Neo4j 图数据库": open_source/modules/memories/neo4j_graph_db.md
6464
- "(ri:database-line) PolarDB 图数据库": open_source/modules/memories/polardb_graph_db.md
65-
- "(ri:database-2-line) KV cache 记忆": open_source/modules/memories/kv_cache_memory.md
66-
- "(ri:cpu-line) 参数记忆": open_source/modules/memories/parametric_memory.md
65+
- "(ri:database-2-line) KVCache 记忆": open_source/modules/memories/kv_cache_memory.md
66+
- "(ri:cpu-line) 参数记忆 (正在开发中)": open_source/modules/memories/parametric_memory.md
6767

6868
- "(ri:star-line) 最佳实践":
6969
- "(ri:speed-line) 性能调优": open_source/best_practice/performance_tuning.md

0 commit comments

Comments
 (0)