Update docs
This commit is contained in:
parent
d70b93f9a1
commit
ef94708a98
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
async def add_classification_nodes(document_id, classification_data):
|
||||||
graph_client = get_graph_client(GraphDBType.NETWORKX)
|
graph_client = get_graph_client(GraphDBType.NETWORKX)
|
||||||
|
|
||||||
|
|
||||||
await graph_client.load_graph_from_file()
|
await graph_client.load_graph_from_file()
|
||||||
|
|
||||||
data_type = classification_data["data_type"]
|
data_type = classification_data["data_type"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue