Skip to content

Commit 215ccd7

Browse files
committed
docs: 更新知识库文档中的节点和关系属性要求 #423
1 parent 4547114 commit 215ccd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/latest/intro/knowledge-base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ Neo4j 访问信息可以参考 `docker-compose.yml` 中配置对应的环境变
113113

114114

115115
::: warning 注意事项
116-
确保每个节点都有 `Entity` 标签,每个关系都有 `RELATION` 类型,否则会影响图的检索与构建功能。
116+
确保每个节点都有 `Entity` 标签和 `name` 属性,每个关系都有 `RELATION` 类型和 `type` 属性,否则会影响图的检索与构建功能。
117117
:::

0 commit comments

Comments
 (0)