Periodic error deleting vectors

Throughout the day today, I am periodically getting the following error.

Error during crawling:  [PineconeNotFoundError: A call to https://sdf-4acyolw.svc.aped-4627-b74a.pinecone.io/vectors/delete returned HTTP status 404.] {
  name: 'PineconeNotFoundError',
  cause: undefined
}

I tried changing the api key, and the index, but it still happens. When I run the code on
https://docs.pinecone.io/guides/get-started/quickstart page, it runs no problem (even when adjusted to use the same .env as the web app). But I still get this error when running the web app locally or deployed. Sometimes, it just starts working again.

So far, no idea what it is. I’m on the free plan, so I thought maybe there is some per minute, or per hour usage limit?

–Maurice

Hi @mmcc007 and welcome to the Pinecone community forums!

Thank you for your question.

Could you please share your relevant code, being careful not to include any secrets such as your Pinecone API key?

I understand your description of the issue, but seeing how you’re issuing delete requests, etc would help us debug.

Best,
Zack