I’m getting the following:
Retrying langchain.embeddings.openai.embed_with_retry.._embed_with_retry in 4.0 seconds as it raised RateLimitError: exceeded quota for this month.
…
RateLimitError Traceback (most recent call last)
Cell In[11], line 1
----> 1 embedding1 = embedding.embed_query(sentence1)
2 embedding2 = embedding.embed_query(sentence2)
3 embedding3 = embedding.embed_query(sentence3)
…
RateLimitError: exceeded quota for this month
Thank you!
I am still seeing rate limit and quota limit error as of Jan.13, 2024. Can you help?
Thank you!
I am still seeing rate limit and quota limit error as of Jan.18, 2024. Can you help?
Mubsi
6
Hi @Zhou_Rongliang,
As the error displays, you have exceeded the rate for the “month”. Please wait for a month until it resets.
Thanks,
Mubsi
Thank you for the information, Mubsi!
How does the rate limit translate into the learning pace? One course / month? Two courses / month?
I understand the mapping will be rough. Still, having a rough idea will help me plan my learning.
Thank you!
Mubsi
8
Hi @Zhou_Rongliang,
From my understanding, it is not about how many courses per month you can take. It is about how many times you hit the API.
You might be able to do just one course per month if you are experimenting a lot with the code on the platform.
You might be able to do more if you are not frequently experimenting.
1 Like