:mod:`langchain_community.graphs.networkx_graph`.NetworkxEntityGraph =========================================================================== .. currentmodule:: langchain_community.graphs.networkx_graph .. autoclass:: NetworkxEntityGraph .. rubric:: Methods .. autosummary:: ~NetworkxEntityGraph.__init__ ~NetworkxEntityGraph.add_triple ~NetworkxEntityGraph.clear ~NetworkxEntityGraph.delete_triple ~NetworkxEntityGraph.draw_graphviz ~NetworkxEntityGraph.from_gml ~NetworkxEntityGraph.get_entity_knowledge ~NetworkxEntityGraph.get_topological_sort ~NetworkxEntityGraph.get_triples ~NetworkxEntityGraph.write_to_gml .. automethod:: NetworkxEntityGraph.__init__ .. automethod:: NetworkxEntityGraph.add_triple .. automethod:: NetworkxEntityGraph.clear .. automethod:: NetworkxEntityGraph.delete_triple .. automethod:: NetworkxEntityGraph.draw_graphviz .. automethod:: NetworkxEntityGraph.from_gml .. automethod:: NetworkxEntityGraph.get_entity_knowledge .. automethod:: NetworkxEntityGraph.get_topological_sort .. automethod:: NetworkxEntityGraph.get_triples .. automethod:: NetworkxEntityGraph.write_to_gml .. example_links:: NetworkxEntityGraph