Serverless option for Pinecone #221

Open
opened 2026-02-23 17:20:50 -05:00 by yindo · 6 comments
Owner

Originally created by @ozcancelik on GitHub (Jan 29, 2024).

Originally assigned to: @shatfield4 on GitHub.

First of all, thank you for making the application exactly what I was looking for.

It would be great if Pinecone added the serverless feature it recently added. I tried to install development environment but i failed, I couldn't fix it myself. I hope there will be an easier way to create a development environment and I can help develop it.

Originally created by @ozcancelik on GitHub (Jan 29, 2024). Originally assigned to: @shatfield4 on GitHub. First of all, thank you for making the application exactly what I was looking for. It would be great if Pinecone added the serverless feature it recently added. I tried to install development environment but i failed, I couldn't fix it myself. I hope there will be an easier way to create a development environment and I can help develop it.
yindo added the enhancementfeature request labels 2026-02-23 17:20:50 -05:00
Author
Owner

@bigsk1 commented on GitHub (Feb 23, 2024):

is that the issue, I just installed and was trying to connect , all creds and info was right and just getting failed to connect. It cant be pinecone serverless?

@bigsk1 commented on GitHub (Feb 23, 2024): is that the issue, I just installed and was trying to connect , all creds and info was right and just getting failed to connect. It cant be pinecone serverless?
Author
Owner

@abidm44 commented on GitHub (Mar 3, 2024):

same here, tried variations in attempt to log in with environment, index name, and api key, it will not work for serverless. starter works just fine. Error im getting is: Error connecting vector database: Failed getting project name. TypeError: fetch failed

@abidm44 commented on GitHub (Mar 3, 2024): same here, tried variations in attempt to log in with environment, index name, and api key, it will not work for serverless. starter works just fine. Error im getting is: Error connecting vector database: Failed getting project name. TypeError: fetch failed
Author
Owner

@AlehandroL commented on GitHub (May 27, 2024):

Same problem here, no way to use serverless

@AlehandroL commented on GitHub (May 27, 2024): Same problem here, no way to use serverless
Author
Owner

@hhussein97 commented on GitHub (Jun 14, 2024):

Would love a serverless option too

@hhussein97 commented on GitHub (Jun 14, 2024): Would love a serverless option too
Author
Owner

@michaelshum321 commented on GitHub (Jun 26, 2024):

same here. my pinecone is only serverless so i can't use vector admin :\

i recently upgraded the pinecone-client in my Python project (from a very old version), and it wasn't too bad!

we no longer need to specify the zone (i.e. us-west-2), just the API key and index name. There were some python-specific changes (instantiating pinecone at the module-level vs class instance) - not sure if it's the same on the JS side.

Also, there might be some more granular exceptions thrown - the main case was when deleting a namespace that didn't exist, Pinecone would throw a NotFoundException, which it didn't previously.

Hope that helps!

@michaelshum321 commented on GitHub (Jun 26, 2024): same here. my pinecone is only serverless so i can't use vector admin :\ i recently upgraded the pinecone-client in my Python project (from a very old version), and it wasn't too bad! we no longer need to specify the zone (i.e. us-west-2), just the API key and index name. There were some python-specific changes (instantiating pinecone at the module-level vs class instance) - not sure if it's the same on the JS side. Also, there might be some more granular exceptions thrown - the main case was when deleting a namespace that didn't exist, Pinecone would throw a NotFoundException, which it didn't previously. Hope that helps!
Author
Owner

@deepakdeore2004 commented on GitHub (Jul 25, 2024):

i am also getting same issue, waiting for the fix

@deepakdeore2004 commented on GitHub (Jul 25, 2024): i am also getting same issue, waiting for the fix
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#221