Find answers from the community

Updated 3 months ago

why am getting this error

why am getting this error ?

index = VectorStoreIndex.from_documents(documents, chunk_size=512)

RetryError: RetryError[<Future at 0x7cc47a020df0 state=finished raised RateLimitError>]
T
L
3 comments
How many documents are you trying to do at once?
Also have you initialized servicecontext?
Also, if you don't have a paid openai account, the API is severly rate limited
Add a reply
Sign up and join the conversation on Discord