关系# class langchain_neo4j.graphs.graph_document.Relationship[来源]# 基础类:Serializable 表示图中两个节点之间的有向关系。 source# 关系的源节点。 Type: Node target# 关系的目标节点。 Type: Node type# 关系的类型。 Type: 字符串 properties# 与关系相关的附加属性。 Type: 字典 param properties: dict [Optional]# param source: Node [Required]# param target: Node [Required]# param type: str [Required]# 使用 Relationship 的示例 Azure Cosmos DB for Apache Gremlin Microsoft