Rate limit from OpenAI?
I am trying to go through this
https://gpt-index.readthedocs.io/en/latest/examples/usecases/10k_sub_question.html but got rate limit error when creating
lyft_engine = lyft_index.as_query_engine(similarity_top_k=3)
openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details.
The above exception was the direct cause of the following exception:
I am a paid individual user and only used the example pdf to create
lyft_docs
How many requests does llama index send to openai backend? It showed 0 usage on my openai dashboard. Is there a way to bypass this when creating embedding?
Thanks so much!