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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Missing Label Indexes

Hi, I recently noticed that simple label lookups like MATCH (n:Resource) RETURN n LIMIT 5 Take very long. When I ran PROFILE, I noticed that all label lookups were doing AllNodesScan instead of NodeByLabelScan. I don't recall deleting any special in...

alex3 by Node Clone
  • 508 Views
  • 4 replies
  • 0 kudos

Find similarity of given node with entire graph

Hi, I'm new to neo4j. I'm trying to use knn in gds do calculate similarities. I understand that knn calculates similarities between all pairs of nodes in the graph and find the most similar k nodes. However, what I'm looking for is, for given a node ...

Reduce a graph

Hi, I am wondering how to create a "reduced/collapsed" graph of the white graph below similar to the orange including relationships between the full graph and the reduced graph. I am not sure of the terms here but I think that the pictures might expl...

Screenshot 2022-12-08 at 11.23.11.png

Resolved! Increase query performance

I have built the following query that calculates the european air quality index for some entities. The calculation process take a long time to return the results. Is there any way to speed up the calculation, apoc parallel could do this? Any suggesti...

dlyberis by Node Link
  • 452 Views
  • 2 replies
  • 1 kudos

Resolved! Error in cypher query

I'm loading data from a csv file and when I see an already existing edge attribute, then I want to pass that already existing edge attribute else it'll be blank. I'm getting the following when trying to run this cypher query ...Cypher query  LOAD CSV...

kashu94 by Node Clone
  • 372 Views
  • 2 replies
  • 1 kudos

Resolved! Create two new node based on properties

Hello ! Hope your doing well  I am struggling with a thing on neo4j for some day now and i dont know how to do.I have created a graph with neosemantic, my file was a TTL based on a graphQL query. it created 9400 Node labels Resource with some propert...

Grey Blank Browser

Hello!   I am trying to compute pair-wise cosine similarity scores between ~80K nodes. However, after some tens of seconds of computation, the browser goes grey blank. I increased the heap size to 10G, but I get the same issue. What should I do? Than...

Conditionning the relationship creation ON Neo4j

Hello, I have a question about intermediate nodes. I posted my question on StackOverFlow here is the link : https://stackoverflow.com/q/74716943/13171153 My Question :I would like to create relationship if a new intermediate node is created. In this ...

macs by Node
  • 145 Views
  • 0 replies
  • 0 kudos