Skip to content
Merged

docs: #8464

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core_docs/docs/tutorials/graph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -112,7 +112,7 @@
"import { Neo4jGraph } from \"@langchain/community/graphs/neo4j_graph\";\n",
"\n",
"const url = process.env.NEO4J_URI;\n",
"const username = process.env.NEO4J_USER;\n",
"const username = process.env.NEO4J_USERNAME;\n",
"const password = process.env.NEO4J_PASSWORD;\n",
"const graph = await Neo4jGraph.initialize({ url, username, password });\n",
"\n",
Expand Down
Loading