This commit is contained in:
hajdul88 2025-09-17 12:30:19 +02:00
parent 631b2f37ce
commit 75bef6e929

View file

@ -101,6 +101,4 @@ async def extract_graph_from_data(
if edge.source_node_id in valid_node_ids and edge.target_node_id in valid_node_ids
]
return await integrate_chunk_graphs(
data_chunks, chunk_graphs, graph_model, ontology_adapter
)
return await integrate_chunk_graphs(data_chunks, chunk_graphs, graph_model, ontology_adapter)