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
  • 978 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Memory usage keeps climbing in PERIODIC COMMIT

I have a huge CSV that I'm trying to import, I've already created the relevant nodes of both types from it, and now I'm creating the relationships. I'm using this query to be re-entrant on failures:   USING PERIODIC COMMIT LOAD CSV FROM 'file:///post...

giff-h by Node
  • 426 Views
  • 2 replies
  • 0 kudos

Some questions about path pattern matching

Neo4j Version: 4.2.4Operating System: MacOsAPI: Cypher According to the documentation, the same path cannot contain the same relationship. Does this mean that variables of type relationship collection cannot appear in the same path matching? Relation...

czp by Node Link
  • 200 Views
  • 0 replies
  • 0 kudos

Finding Paths between Node Communities

Hi there,I am a newbie to Graph Data Science and trying to build a cypher query that shows me connections between different node communities. Please find attached the picture that I am referring to. I have a graph with around 5000 nodes. The nodes th...

Resolved! Deployment and license

Hi,We just got accepted (thanks a lot Neo4J people!) into the startup program. In that regard I have received an enterprise license. I have setup an Azure VM and installed Neo4J Enterprise server (via. neo4j console command). This all works fine and ...

text similarity using cosine similarity

Please how do I compute the cosine similarity between two text in Neo4j? I tried using the approach below but the function does not exist. On the Neo4j page I only see how to compute the cosine similarity between two numeric vectors and not text. MA...

Riri2022 by Node Link
  • 428 Views
  • 2 replies
  • 1 kudos

Migration from 3.5 to 4.4.11

Hi everyone, first I wish you all hapyy new year. I have an old version of neo4j database which is 3.5 with the name graph.db. I want to copy data on version 4.4.11 using neo4j-admin but the problem that it does not work. I also tried to copy the ...

mayassia by Node Link
  • 714 Views
  • 6 replies
  • 1 kudos

Resolved! Load CSV data

Hi, I previously loaded data from CSV file using Cypher: :auto using Periodic Commit 20000 - with no memory issues. It seems that periodic commit is not available in the new version, replaced by CALL {....} IN TRANSACTIONS OF X ROWS. But now I get an...

AttieV by Node Link
  • 588 Views
  • 4 replies
  • 1 kudos