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