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 cc63d70 commit 3571d8fCopy full SHA for 3571d8f
graphrag/api/index.py
@@ -66,7 +66,6 @@ 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