How To Continue After Rate Limit #399
|
The Error is because of the OpenAI API Rate Limit. What should I do to continue the previous thread. It's really expensive to start all over again and always have this kind of rate limit porblem. |
Replies: 1 comment 1 reply
|
There's a This will pick up where your run ended. |
There's a
--resumecommand whe you run an index job, you just need to provide the folder name (the timestamp).For example
python -m graphrag.index --root path/to/ --resume 20241506-0123This will pick up where your run ended.