code
llm_transformer = LLMGraphTransformer(llm=llm) graph_documents = llm_transformer.convert_to_graph_documents(documents) graph.add_graph_documents( graph_documents=graph_documents, include_source=True, baseEntityLabel=True ) print("Graph data has been successfully pushed to Neo4j.")

Authors

Sources

Referenced by nodes (1)