From 215ccd738831a7c626d8d06fc39faca49139fba6 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Thu, 1 Jan 2026 22:20:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E7=9F=A5=E8=AF=86?= =?UTF-8?q?=E5=BA=93=E6=96=87=E6=A1=A3=E4=B8=AD=E7=9A=84=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=92=8C=E5=85=B3=E7=B3=BB=E5=B1=9E=E6=80=A7=E8=A6=81=E6=B1=82?= =?UTF-8?q?=20#423?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/latest/intro/knowledge-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/intro/knowledge-base.md b/docs/latest/intro/knowledge-base.md index 08f67003..7f35a79b 100644 --- a/docs/latest/intro/knowledge-base.md +++ b/docs/latest/intro/knowledge-base.md @@ -113,5 +113,5 @@ Neo4j 访问信息可以参考 `docker-compose.yml` 中配置对应的环境变 ::: warning 注意事项 -确保每个节点都有 `Entity` 标签,每个关系都有 `RELATION` 类型,否则会影响图的检索与构建功能。 +确保每个节点都有 `Entity` 标签和 `name` 属性,每个关系都有 `RELATION` 类型和 `type` 属性,否则会影响图的检索与构建功能。 :::