RateLimitError: Rate limit reached for default-global-with-image-limits in organization org-Seca4aBhCj3ho4ezrOQpCiTy on requests per min. Limit: 60 / min. Please try again in 1s. Contact support@openai.com if you continue to have issues. Please add a payment method to your account to increase your rate limit. Visit OpenAI API to add a payment method.
How can I setup Rate Limit for my account? Is it necessary for me to opt for premium?
Most likely it’s because .apply() function is used on the df.text column, which applies the lambda function to each element of the column.
Therefore, for each row in the DataFrame, the openai.Embedding.create() function will be called with the corresponding value of x (i.e. the text in that row), and a new embedding will be created. This is what is leading to hitting the rate limit on the number of CPM(calls per minute)
Hi @sps
thank you very much but how can I work around this ?
FYI, I am trying to execute open AI Web crowler script
Documentation [here](https://platform.openai.com/docs/tutorials/web-qa-embeddings)
Code from [here](https://github.com/openai/openai-cookbook/tree/main/apps/web-crawl-q-and-a)
WARNING:langchain.embeddings.openai:Retrying langchain.embeddings.openai.embed_with_retry.<locals>._embed_with_retry in 4.0 seconds as it raised RateLimitError: You exceeded your current quota, please check your plan and billing details..
I am getting this error. Not sure why because have anew account i opened on april 1. I dont see my fre $5.00 credit though. I only see 18$ expire on the same date.