langchain_experimental.graph_transformers.diffbot
.NodesList¶
- class langchain_experimental.graph_transformers.diffbot.NodesList[source]¶
具有相关属性的节点列表。
- nodes¶
将节点作为键,将它们的属性作为值存储。每个键是一个元组,其中第一个元素是节点 ID,第二个是节点类型。
- 类型
Dict[Tuple, Any]
方法
__init__
()add_node_property
(node, properties)添加或更新节点属性。
返回节点列表作为节点对象的列表。