add_graph_documents(
self,
graph_documents: List[GraphDocument],
include_source: bool = False,
baseEntityLabel| Name | Type | Description |
|---|---|---|
graph_documents* | List[GraphDocument] | A list of |
include_source | bool | Default: FalseIf |
baseEntityLabel | bool | Default: False |
This method constructs nodes and relationships in the graph based on the
provided GraphDocument objects.
If True, each newly created node gets a secondary
__Entity__ label, which is indexed and improves import speed and
performance.