Mark Needham
Mark Needham
Hi @HADDADENICAR, We do have versions of them but they aren't exposed as procedures themselves - rather they are being used by other algorithms. Do you have a use case...
Hi, We've added that to the top of the list of our prioritised things to work on next. Will let you know when we get to it. Cheers, Mark
Hi [HADDADENICAR](/HADDADENICAR), Belatedly we are working on BFS and DFS procedures now. We need to come up with termination conditions for these algorithms. This is what we have so far:...
@HADDADENICAR it's on this PR, but not finished yet - https://github.com/neo4j-contrib/neo4j-graph-algorithms/pull/826
Hey, I'll take a look at it. I've seen this happen sporadically, but not been able to figure out exactly why it happens as it doesn't happen every time annoyingly....
Hi @crazyyanchao, Would you be able to share a small sample dataset that we can recreate this problem with? As @tomasonjo says it's weird why all the nodes have the...
For your 2nd example you need to pass in the config `graph: 'cypher'` otherwise it treats the value as a label, and (somewhat confusingly I guess) if you provide a...
Can you try mounting your host folder to `/conf` rather than `/var/lib/neo4j/conf` and see if that makes any difference?
How many iterations has it run at that stage? It should say just above what you pasted in the logs. I think our default number of iterations may be too...
Yeh we changed the name of the procedure and I thought I'd updated the tests, but maybe I didn't push it or something. I'll check that other test too -...