You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"message": "Hi, I need help with creating a Cypher query for Neo4j.",
@@ -8,7 +8,7 @@
8
8
},
9
9
{
10
10
"id": 2,
11
-
"message": "Hi there! Welcome to Neo4j Chat! Your insights are just a click away from completed files",
11
+
"message": "Welcome to the Neo4j Knowledge Graph Chat. You can ask questions related to documents which have been completely processed.",
12
12
"user": "chatbot",
13
13
"datetime": "01/01/2024 00:00:00"
14
14
},
@@ -20,8 +20,7 @@
20
20
},
21
21
{
22
22
"id": 4,
23
-
"message":
24
-
"Alright, you can use the following query: `MATCH (e:Employee)-[:WORKS_IN]->(d:Department {name: 'IT'}) RETURN e.name`. This query matches nodes labeled 'Employee' related to the 'IT' department and returns their names.",
23
+
"message": "Alright, you can use the following query: `MATCH (e:Employee)-[:WORKS_IN]->(d:Department {name: 'IT'}) RETURN e.name`. This query matches nodes labeled 'Employee' related to the 'IT' department and returns their names.",
25
24
"user": "chatbot",
26
25
"datetime": "01/01/2024 00:00:00"
27
26
},
@@ -33,10 +32,9 @@
33
32
},
34
33
{
35
34
"id": 6,
36
-
"message":
37
-
"To get the count, use: `MATCH (e:Employee)-[:WORKS_IN]->(d:Department {name: 'IT'}) RETURN count(e)`. This counts all the distinct 'Employee' nodes related to the 'IT' department.",
35
+
"message": "To get the count, use: `MATCH (e:Employee)-[:WORKS_IN]->(d:Department {name: 'IT'}) RETURN count(e)`. This counts all the distinct 'Employee' nodes related to the 'IT' department.",
0 commit comments