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.

bjoernoesth
Node Link
since ‎03-27-2019
‎06-01-2022

User Statistics

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

User Activity

So I would like to run different algorithms on a subset of data, specified by a list of nodes and edges. I know I can do certain things with the cypher projection, but is it possible to provide a specific list of nodes/edges? Especially different cen...
So Im trying to calculate the cosine distance across some embeddings. It seems to run fine for smaller subsets (like if i limit it to lets say 1000-5000 nodes) but then if i try to run it with lets say 20-30.000 it doesnt give a result, if I then del...
I am having a bit of trouble with the full text index I got nodes with the label SRA, and they contain properties including eg. library_name and dev_stage I tried to call below CALL db.index.fulltext.createNodeIndex("SRA_fulltext",["SRA"],["library_...
I am trying to move my database from one server running community edition, to another running enterprise. I export my files using <apoc.export.graphml.all('/var/lib/neo4j/import/complete-graph-april.graphml', {cypherFormat:"updateAll"})/> And import ...
Kudos given to