andrew-delph / SocialCloud

Chat application with user matchmaking leveraging machine learning.
Other
0 stars 0 forks source link

graph algorithm overwrite existing score relationships #112

Open andrew-delph opened 1 year ago

andrew-delph commented 1 year ago

prompt: in neo4j I am calling: CALL gds.nodeSimilarity.write('myGraph', { writeRelationshipType: 'SIMILAR', writeProperty: 'score' }) YIELD nodesCompared, relationshipsWritten but it is creating a new relationship each time i run it instead of overwritting the existing relationship