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.

sudarshan_kotha
Node Link
since ‎06-17-2020
‎06-01-2022

User Statistics

  • 5 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I was using Stanford NLP for Word2Vec Embedding in one of the use-case in Neo4j 3.18 version. Currently, I've updated Neo4j 4.1 version as I intended to use Sub-Query funcitonality but doing so my installation/activation of Stanford library in Neo4j ...
I want to find out lemma of the given word using Cypher query and use the result to perform next level of task. I've found out that Neo4j has 1."Full text indexes searches" - https://neo4j.com/docs/cypher-manual/current/administration/indexes-for-ful...
I'm new to Neo4j and wanted to perform vector/list related operations. Going through APOC library and documentation. Things which worked from me but is not scalable: UNWIND(apoc.coll.zip([1,2,3], [4,5,6])) as output RETURN COLLECT(apoc.coll.avg(outpu...
Kudos from