We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2990cea commit d2656c6Copy full SHA for d2656c6
docs/examples_notebooks/api_overview.ipynb
@@ -75,9 +75,7 @@
75
"source": [
76
"from graphrag.config.create_graphrag_config import create_graphrag_config\n",
77
"\n",
78
- "graphrag_config = create_graphrag_config(\n",
79
- " values=settings, root_dir=PROJECT_DIRECTORY\n",
80
- ")"
+ "graphrag_config = create_graphrag_config(values=settings, root_dir=PROJECT_DIRECTORY)"
81
]
82
},
83
{
0 commit comments