langchain_community.graphs.graph_document.Relationship

class langchain_community.graphs.graph_document.Relationship[source]

基类: Serializable

表示图中的两个节点之间有向关系。

来源

关系的源节点。

类型

节点

目标

关系的目标节点。

类型

节点

类型

关系类型。

类型

字符串

属性

与关系相关的附加属性。

类型

字典

参数属性: dict [可选]
参数来源: Node [必需]
参数目标: Node [必需]
参数类型: str [必需]

使用关系的示例