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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's a This will pick up where your run ended. |
Beta Was this translation helpful? Give feedback.
There's a
--resume
command 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-0123
This will pick up where your run ended.