Skip to content

Commit 622e52e

Browse files
committed
Format
1 parent 3b8869a commit 622e52e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/examples_notebooks/input_documents.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
"metadata": {},
9191
"outputs": [],
9292
"source": [
93-
"index_result: list[PipelineRunResult] = await api.build_index(config=graphrag_config, input_documents=inputs, is_update_run=UPDATE)\n",
93+
"index_result: list[PipelineRunResult] = await api.build_index(\n",
94+
" config=graphrag_config, input_documents=inputs, is_update_run=UPDATE\n",
95+
")\n",
9496
"\n",
9597
"# index_result is a list of workflows that make up the indexing pipeline that was run\n",
9698
"for workflow_result in index_result:\n",

0 commit comments

Comments
 (0)