Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Neo4j + packages for more efficient nodes mode #206

Open
ctrlaltaf opened this issue Sep 30, 2024 · 0 comments
Open

Update Neo4j + packages for more efficient nodes mode #206

ctrlaltaf opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ctrlaltaf
Copy link
Collaborator

current the nodes mode uses a for loop to call k dikjstra methods. we had to do this because the method only allowed to find the path from the source node to a target node. however now we can find the path from the source node to a list of target nodes https://neo4j.com/docs/graph-data-science/current/algorithms/dijkstra-source-target/

@ctrlaltaf ctrlaltaf added the enhancement New feature or request label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant