We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3571d8f commit 4d54074Copy full SHA for 4d54074
graphrag/api/index.py
@@ -66,6 +66,7 @@ async def build_index(
66
# todo: this could propagate out to the cli for better clarity, but will be a breaking api change
67
method = _get_method(method, is_update_run)
68
pipeline = PipelineFactory.create_pipeline(config, method)
69
+
70
workflow_callbacks.pipeline_start(pipeline.names())
71
72
async for output in run_pipeline(
0 commit comments