This method constructs nodes and relationships in the graph based on the
provided GraphDocument objects.
add_graph_documents(
self,
graph_documents: List[GraphDocument],
include_source: bool = False,
baseEntityLabel: bool = False
) -> None| Name | Type | Description |
|---|---|---|
graph_documents* | List[GraphDocument] | A list of |
include_source | bool | Default: FalseIf |
baseEntityLabel | bool | Default: FalseIf |