File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
asciidoc/courses/workshop-graphrag-introduction/modules
2-building/lessons/3c-try-yourself Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 55
66Use the GitHub Codespaces environment to create your own knowledge graph.
77
8-
981. Open the `2.2-building-try-yourself.ipynb` file in your code editor.
1092. Copy and paste some text from a document from your local machine into the `text` property.
11103. 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments