Update docs

This commit is contained in:
Vasilije 2024-03-17 15:37:31 +01:00
parent d70b93f9a1
commit ef94708a98

View file

@ -5,6 +5,7 @@ from cognee.infrastructure.databases.graph.get_graph_client import get_graph_cli
async def add_classification_nodes(document_id, classification_data):
graph_client = get_graph_client(GraphDBType.NETWORKX)
await graph_client.load_graph_from_file()
data_type = classification_data["data_type"]