Skip to content

Commit dac1c67

Browse files
committed
hard code neo4j database name
1 parent f82faf0 commit dac1c67

File tree

2 files changed

+2
-3
lines changed
  • asciidoc/courses/workshop-graphrag-introduction/modules

2 files changed

+2
-3
lines changed

asciidoc/courses/workshop-graphrag-introduction/modules/2-building/lessons/3c-try-yourself/lesson.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55

66
Use the GitHub Codespaces environment to create your own knowledge graph.
77

8-
98
1. Open the `2.2-building-try-yourself.ipynb` file in your code editor.
109
2. Copy and paste some text from a document from your local machine into the `text` property.
1110
3. Modify the `entities` and `relations` arrays to describe the information to extract from the text.
12-
4. Run the script to create the graph.
11+
4. Run the script to create the nodes and relationships.
1312
1413
When you are ready, move on to the next module.
1514

asciidoc/courses/workshop-graphrag-introduction/modules/3-querying/lessons/1-mcp/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Create or update your `.vscode/mcp.json` file:
9292
"NEO4J_URI": "{instance-scheme}://{instance-ip}:7687",
9393
"NEO4J_USERNAME": "{instance-username}",
9494
"NEO4J_PASSWORD": "{instance-password}",
95-
"NEO4J_DATABASE": "{instance-database}"
95+
"NEO4J_DATABASE": "neo4j"
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)