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.

parthiv3215
Node Clone
since ‎01-05-2022
‎09-13-2022

User Statistics

  • 14 Posts
  • 1 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

I am trying to write a cypher query via py2neo. #UserList to be passed as array params = {} params['UserList'] = ['Mason'] # Cypher Projection queCreateGraph = """ CALL gds.graph.create.cypher( '...
hello,  I have a graph wherein users have specific characteristics and these users have rated some products. Step 1 - Filter out all the similar users to one particular user based on their characteristics. For example user A is looking for a recommen...
Hello, I am wondering if any of the shortest path algorithm can works in this way - Say I have five destinations A,B,C,D and E and all are connected by roads. I want to know the shortest distance it takes to leave A, travel each of the nodes once and...
I am trying to run the weighted Jaccard algorithm on my graph (following the Neo4j documentation as reference) The code: CALL gds.nodeSimilarity.stream('test', { relationshipWeightProperty: 'strength', similarityCutoff: 0.1 }) YIELD node1, node2, sim...
I have tried accessing my neo4j graph database through Jupyter Notebook and VSCode using both py2neo and GraphDatabase drivers. Somehow it always says connection not found. I am using Neo4j desktop, and starting the local dbms and neo4j browser. Whe...
Kudos from