cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

beginner
Node Link
since ‎11-11-2020
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I have neo4j database with 20 nodes, but there is only 2 label,x and y, now if I export data like below MATCH (n) RETURN n after the result of the above command, just used the option Export JSON and saved the JSON file everynode comes as single elem...
I am using Neo4j community edition, where I couldn't able to install APOC plugin, attached screenshot. As I am new to Neo4j, kindly guide me to install APOC plugin. APOC plugin install button is disabled Neo4j Desktop version: neo4j-desktop-1.3.11-x8...
def get_nlg(graph_query): driver = Graph("neo4j://localhost:7687", auth=("neo4j","password")) graph_response = graph.evaluate(graph_query) For the above code, I replaced with the driver code as below, but its not working, what is the functio...
Hi, I have installed neo4j, it was working fine. But few hours back, I have done re-installation, from that moment, it is not working, I am not able to login and getting the below error. I am using Community Edition, Neo4j version is Neo4j 4.1.3 Neo....
{"node": "Bundle", "query": "MATCH (:Bundle) RETURN COUNT(*)", "result": 0, "intent_name": "count_components"} The above response got from the chatbot made of rasa and neo4j. The question was :- how many bundles are inside this project Expected respo...
Kudos from