insert a list of graph documents into the graph
add_graph_documents(
self,
graph_documents: List[GraphDocument],
include_source: bool = False
) -> None| Name | Type | Description |
|---|---|---|
graph_documents* | List[GraphDocument] | the list of documents to be inserted |
include_source | bool | Default: Falseif True add nodes for the sources with MENTIONS edges to the entities they mention |