Hey there @ananthbv @torstenlabs ,I can try to help you guys out! To start off, to ensure the neosemantics plugin (jar file) & your neo4j.conf file are setup and configured correctly - run the following GET request in your Neo4j Browser: :GET http:...
Hey there @espen_solbu, I think I can lend some help! If you are looking to import (using neo4j-admin import and/or LOAD CSV) there is a setting in your neo4j.conf you can comment out to allow imports from any directory in your filesystem (absolute p...
tard.gabriel:
Invalid number of relationship groups
Hi Gabriel!
To address your first question, taking a look at the attached output.txt - I believe relationship group is referring to relationship types. (i.e. distinct relationships in the gra...
Hey there!
From a brief peek at your cypher code snippet, it appears you are hitting that error due to a syntax error on row 5? I was able to reproduce your query above (different data) using v4.4.5 (I am in v4.4.5 browser though).
I believe you are ...
Hey there!
Maybe I can help you out!
From reading your post and looking at what you have here, it looks like you are simply trying to import this data into Neo4j (and the means of you importing is just via python).
Let me break down the import via Cy...