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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 943 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1183 Views
  • 1 replies
  • 1 kudos

Resolved! Neo.ClientError.Statement.SyntaxError

CALL gds.graph.list() YIELD nodeID, nodeCount, relationshipCount, density where nodeID = '3' RETURN nodeCount, relationshipCount, density   Neo.ClientError.Statement.SyntaxError Unknown procedure output: `nodeID` (line 2, column 7 (offset: 29)) "...

Accessing Test predictions in link prediction pipeline

Hi,       I was wondering if it would be at all possible to access the test predictions during the training phase of the link prediction pipeline to better understand the types of predictions the model is getting right and wrong. So I would like to b...

dg_22 by Node Clone
  • 901 Views
  • 5 replies
  • 0 kudos

Why are my queries so slow..?

Hi there, I am currently working the first time with neo4j for my thesis. I am using Neo4j Community 4.4.10 and my server has 180 GB RAM. For my project I am using a dataset that is 200 GB big and nodes :e and their relationships.  I am using the cyp...

plan(7).png plan(6)(1).png
p_xcx by Node Link
  • 659 Views
  • 2 replies
  • 0 kudos

Resolved! Virtual nodes and properties

I want only a limited number of node properties to show in a graph, in a specific, non-alphabetical order. I was advised that this is not possible in standard graphs and that I needed to create virtual nodes.So I wrote this code: MATCH (p:Producer)-[...

guido by Graph Buddy
  • 1084 Views
  • 6 replies
  • 3 kudos