Skip to content

Commit 416beb6

Browse files
authored
Update Neo4j relationships count in lesson.adoc (#435)
If you count relationships directed as suggested in neo4j-graphacademy/genai-mcp-build-custom-tools-python#1 you get a new total.
1 parent 07109de commit 416beb6

File tree

1 file changed

+2
-2
lines changed
  • asciidoc/courses/genai-mcp-build-custom-tools-python/modules/2-database-features/lessons/2c-add-neo4j-connection

1 file changed

+2
-2
lines changed

asciidoc/courses/genai-mcp-build-custom-tools-python/modules/2-database-features/lessons/2c-add-neo4j-connection/lesson.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ You should see the node and relationship counts from your database returned in t
190190
------------------------------------------------------------
191191
{
192192
"nodes": 28863,
193-
"relationships": 332522
193+
"relationships": 1666261
194194
}
195195
------------------------------------------------------------
196196
----
@@ -238,4 +238,4 @@ In this challenge, you successfully added lifespan management to your MCP server
238238

239239
Your server now properly manages the Neo4j driver lifecycle, creating it once on startup and reusing it across all tool calls.
240240

241-
In the next lesson, you'll learn how to add more advanced database features to your MCP server.
241+
In the next lesson, you'll learn how to add more advanced database features to your MCP server.

0 commit comments

Comments
 (0)