GraphDocument#
- class langchain_community.graphs.graph_document.GraphDocument[source]#
Bases:
Serializable
Represents a graph document consisting of nodes and relationships.
- relationships#
A list of relationships in the graph.
- Type:
List[Relationship]
- param relationships: List[Relationship] [Required]#
Examples using GraphDocument