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
  • 988 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
  • 1205 Views
  • 1 replies
  • 1 kudos

FastRP is giving different embeddings for the same graph

We have a gds graph built with our key nodes and relationships in which we are looking to use for a deep learning algorithm. We found that using a FastRP ran graph embedding as a vector produced predictive power. However, after running again, we real...

ed1 by Node Link
  • 518 Views
  • 1 replies
  • 1 kudos

Multiple Node Merge Speed Question

I am ingesting around 2,000 nodes with 0 relationships and a couple of properties. I can do it pretty easily with one of the following queries: UNWIND $batch as row MERGE (n:Equipment {tagPath: row.tagPath}) SET n += row.props UNWIND $batch as row ...

Is there a speed difference between versions?

Hi there, I have been building a model in the latest neo4j version 4.2.3. Using a simple model to upload a matrix for 13 x 30000 values as row -> column value. Querying this graph was fast in terms of 2-4ms for all values on my laptop. However I want...

Resolved! Neo4j export whole database to ARRAY_JSON

I tried to use an APOC procedure from here to export the DB using the following: CALL apoc.export.json.all("all.json",{useTypes:true}) I can successfuly export to JSONL. However, I am not able to change the JSON format to other available formats such...

Is there a way to remove only one of the two nodes?

MATCH (n:Product) MATCH (m:Product) WHERE n.name = m.name AND NOT n.id = m.id DETACH DELETE n I have nodes with same names but created with different custom ids, which shouldn't happen. I want to find those nodes and delete one of the two nodes. Eac...

lingvisa by Graph Fellow
  • 742 Views
  • 5 replies
  • 0 kudos

Resolved! Filter link in relationshipProjection

Hi All I have success to handle minimal Stp now (neo4j 4.1 with gds) following: Minimum Weight Spanning Tree - Neo4j Graph Data Science [... MATCH (n:Place{id: 'D'}) CALL gds.alpha.spanningTree.maximum.write({ nodeProjection: 'Place', relationshipPro...

Why is the memory usage up gradually in neo4j?

My version is neo4j 4.0.4. While it is running, and I am using Bolt Api to send requests to get results back on my Mac computer. Initially when Neo4j is up, the Java process takes about 1.1 GB observed from the Activity Monitor on my Mac. After proc...

lingvisa by Graph Fellow
  • 549 Views
  • 3 replies
  • 0 kudos

Creating human-friendly incremented unique IDs

I'm using Neo4J as the backend to an application that is effectively a content management platform. Users can upload assets (such as PDFs) and manage the relationships between assets. To aid the identification of assets, we create a unique ID and wa...

Resolved! Relationship Projection with bridge node

I am trying to write a configuration map for gds.wcc.write that goes through a bridge node, with specified relationships. I think that I need cypher projection, because native projection didnt seem to be able to handle the jump, but potentially I am ...

3X_c_e_ce57aace681f1900cfd58098fbe4e1970e43e406.png