Find answers from the community

Updated 2 years ago

Logan M 8260 jerryjliu98 9313 When

At a glance
@Logan M @jerryjliu0 When using GPTSimpleVectorIndex to create a large file (over 90,000 rows) index, if openai api returns an error. Is there a way to continue uploading from breakpoints, or other mechanisms to create indexes in batches?
j
k
4 comments
You could try index.insert
which would take in a single Document
you could split up the file into multiple Documents, and feed each in one by one
ok, i'll try, thanks
Add a reply
Sign up and join the conversation on Discord