关系#
- class langchain_community.graphs.graph_document.Relationship[source]#
基础类:
Serializable
表示图中两个节点之间的有向关系。
- type#
关系的类型。
- Type:
字符串
- properties#
与关系相关的附加属性。
- Type:
字典
- param properties: dict [Optional]#
- param type: str [Required]#
使用 Relationship 的示例