-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rate Limit problem while running python ingest.py #7
Comments
same error |
I also got this error - a simple fix is using the RateLimiter lib on the OpenAIEmbeddings class, it looked like this:
You can find open ai's rate limits here and adjust accordingly. For the free trial, it's 20 calls/minute, which makes things sloooow. |
It doesn't work even adding The error message
|
Hi!
When trying to include my own notion page I am facing a ratelimit problem. I know that i can deal with it outside the system, but is there a way to limit the rate inside the ingest.py in order to solve it internally?
The text was updated successfully, but these errors were encountered: