how to correctly to resume work #1616
|
my config is i'm index 100M files, embedding api have some problem when extract graph is finished, i'm tring to resume work And just re-extract graph now, is something i did wrong? |
Replies: 5 comments 6 replies
|
same problem |
|
I have the same situation where I have only embedding pipeline failed and do not want to rerun everything else. I checked doc and code, I didn't find resume option. But I did find a "workflow" config where you can specify the pipelines. |
|
I added workflows configuration in the settings.yaml file, and successfully resolved! https://microsoft.github.io/graphrag/config/yaml/
|
|
GraphRAG caches LLM calls aggressively, so re-running after a failure should skip over all the previous work. If that still takes a long time due to CPU processing as it runs through the workflows, the solution by Yi Tang (@VanillaTY) is correct: the |


I added workflows configuration in the settings.yaml file, and successfully resolved! https://microsoft.github.io/graphrag/config/yaml/