It seems like there have been some issues around 429 rate limit errors on here. I'm looking into it and most people say it's a user error on OpenAI side, but I have max level rates and should be nowhere near them. Here's the basic snippet (i have throttling logic elsewhere) --
the problem I am seeing is actually in the library. The kg extractor is hitting the API thousands of times for a single run and defaulting to asynchronous dumping... this makes no sense & I can understand why the problem seems common when using this library. Are there any workarounds? I think I've been security blocked by OpenAI api and can't get anything other than 429 errors