Skip to content

Commit bad577c

Browse files
committed
Add note about expected broken notebook in docs
1 parent eb525b8 commit bad577c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/examples_notebooks/api_overview.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
"metadata": {},
6868
"outputs": [],
6969
"source": [
70+
"# note that we expect this to fail on the deployed docs because the PROJECT_DIRECTORY is not set to a real location.\n",
71+
"# if you run this notebook locally, make sure to point at a location containing your settings.yaml\n",
7072
"graphrag_config = load_config(Path(PROJECT_DIRECTORY))"
7173
]
7274
},

0 commit comments

Comments
 (0)