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:
lyft_docs
from llama_index.embeddings import OpenAIEmbedding embed_model = OpenAIEmbedding(embed_batch_size=1) service_context = ServiceContext.from_defaults(..., embed_model=embed_model)