|
|
|
|
|
by nfcampos
682 days ago
|
|
The value of using pregel is supporting cyclical graphs, with concurrent tasks, but completely deterministic behavior (eg. doesn't matter that task A this time happens to finish before task B, its results will be applied in a predetermined order, etc) |
|
Thanks for explaining! I didn't fully grok this from the LangGraph docs