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.

laxmimerit
Node Link
since ‎04-20-2021
‎06-01-2022

User Statistics

  • 7 Posts
  • 2 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I am trying to get a transaction summary after a read or write transaction using neo4j python-driver. I have written some code to get this but these aren't working. Code def write_data(tx, query): result = tx.run(query) record = result.si...
Hi, I am training the GraphSage model for embeddings with 64 dim like below CALL gds.beta.graphSage.train( 'products', { modelName: 'productsGraphSage', nodeLabels: ['Group', 'Group1'], relationshipTypes: ['HAS_GROUP1'], featurePr...
Hi, I am evaluating the Neo4j 4.2 with data that have millions of nodes and relationships. But writing performance is quite slow. My sample query is given below create (session:Session {session_id: 'session_id1'}) ; match (s:Session) where s.sessi...
Hi, I had tried to contact you through your website last week. We are working on the recommendation system and implemented it on the Neo4j community edition. I need to finalize Graph DB selection to present at the BoD meeting. I would like to discuss...