All my indexes are gone its saying unable to fetch. Whats wrong especially for the last 1-2 hrs
Yes I am also facing this same issues; my region is us-east-1.
yes i am also facing the same issue (500), is it us-east-1 region for you all ??
My region is us-east-1 I have same issue
Yes its us-east-1
If any of you are in the paid plan can you raise this?
At the moment, I am using a free trial of Pinecone.
same issue over here. dashboard says “Failed to load collections. Failed to fetch” - seems like even my users having issues. I’m on the free tier with this specific account.
facing same issue…not able to access indices. On trial plan.
yes, i have also been facing the same issue for the past hour
Ok so this is the issue apparently Partial Control Plane OutageSubscribe
Investigating - Subset of control plane calls are failing with 500. This impacts index management APIs and viewing resources from the console. Customer data plane operations will continue to work as expected.
According to gpt :
What’s Happening:
- Control Plane handles things like:
- Listing indexes (
pc.list_indexes()
) - Creating/deleting indexes
- Viewing resources in the console
- Listing indexes (
- Data Plane handles:
- Actual vector operations:
upsert
,query
, etc.
- Actual vector operations:
What You Should Do:
Good news: Your vector search/data operations should still work.
But things like
pc.list_indexes()
or creating new indexes may fail with 500.
I am also unable to insert new documents into my index.
for me it is working(i am able to upsert indexes) @anurag.dev
Hi @akash and others -
Thank you for reporting this. There was an incident that impacted index management APIs and viewing resources from the Console. The errors you were seeing are due to that incident, which you can read more about here: Pinecone Status - Partial Control Plane Outage
If you are experiencing an issue separate from this, please search this forum for related issues to find a solution. If there isn’t one, create a new post with info about what you are trying to do, any relevant code snippets or if from Console, and the specific errors you are getting.