pinecone-io/pinecone-ts-client

Your request is larger than the maximum supported size - 2MB. Please try to reduce your batch size.

rico0610 opened this issue · 2 comments

Encountered the following error when trying to upserting 753 items:

Your request is larger than the maximum supported size - 2MB. Please try to reduce your batch size.

When updating it to aroun 54 vectors only, I'm getting this:

status: 503,
statusText: 'Service Unavailable'

You will most likely have to chunk your upserts such that each chunk is no bigger than 2mb. Can you give more details regarding the 503? It's unclear to me what may cause this other than network disruptions.