diff --git a/docs/docs/integrations/graphs/neo4j_cypher.ipynb b/docs/docs/integrations/graphs/neo4j_cypher.ipynb index 315854c8a01..564c01ec286 100644 --- a/docs/docs/integrations/graphs/neo4j_cypher.ipynb +++ b/docs/docs/integrations/graphs/neo4j_cypher.ipynb @@ -450,7 +450,7 @@ "Do not include any text except the generated Cypher statement.\n", "Examples: Here are a few examples of generated Cypher statements for particular questions:\n", "# How many people played in Top Gun?\n", - "MATCH (m:Movie {{title:\"Top Gun\"}})<-[:ACTED_IN]-()\n", + "MATCH (m:Movie {{name:\"Top Gun\"}})<-[:ACTED_IN]-()\n", "RETURN count(*) AS numberOfActors\n", "\n", "The question is:\n",