Skip to content

Commit 1f23803

Browse files
authored
docs: (#8464)
2 parents ddb1910 + 0074a70 commit 1f23803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core_docs/docs/tutorials/graph.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"cell_type": "code",
89-
"execution_count": 3,
89+
"execution_count": null,
9090
"metadata": {},
9191
"outputs": [
9292
{
@@ -112,7 +112,7 @@
112112
"import { Neo4jGraph } from \"@langchain/community/graphs/neo4j_graph\";\n",
113113
"\n",
114114
"const url = process.env.NEO4J_URI;\n",
115-
"const username = process.env.NEO4J_USER;\n",
115+
"const username = process.env.NEO4J_USERNAME;\n",
116116
"const password = process.env.NEO4J_PASSWORD;\n",
117117
"const graph = await Neo4jGraph.initialize({ url, username, password });\n",
118118
"\n",

0 commit comments

Comments
 (0)