This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Neo4j
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Technical Discussions
Neo4j Graph Platform
Drivers & Stacks
Integrations
Releases
Events & Programs
Ninjas Program
Projects & Collaboration
Local Groups
Events
NODES
GraphAcademy
Courses & Certifications
GraphAcademy Discussions
Weekly Challenges
Community Corner
Introduce Yourself
Community News
Community Suggestions
General Discussions
About the Community
fanmo1990
Node
since
05-01-2022
07-31-2022
User Statistics
3
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Neo4j
About fanmo1990
User Activity
Posts
Replies
NEO4j, Storing more than `3` models in the catalog is available with a licensed Graph Data Science l
07-31-2022
I am using NEO4j to do graph embedding. This is the document I follow. When I am running the code in Neo4j. CALL gds.beta.graphSage.train( 'noPropertiesGraph', { modelName: 'myModel', featureProperties: ['degree'] } ) YIELD trainMillis ...
Re: Running semantics.importRDF local vs remote
05-01-2022
boris.bakman: CALL n10s.rdf.import.fetch("file://nsmntx.ttl","Turtle") Why is there no drive letter in the path? Drive C or D?
Re: Not able to import OWL file
05-01-2022
semantics.importRDF this command doesn't work anymore, I assueme we should use n10s package, is it correct?