vector-admin icon indicating copy to clipboard operation
vector-admin copied to clipboard

Serverless option for Pinecone

Open ozcancelik opened this issue 2 years ago • 6 comments

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.

ozcancelik avatar Jan 29 '24 09:01 ozcancelik

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 avatar Feb 23 '24 20:02 bigsk1

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 avatar Mar 03 '24 20:03 abidm44

Same problem here, no way to use serverless

AlehandroL avatar May 27 '24 17:05 AlehandroL

Would love a serverless option too

hhussein97 avatar Jun 14 '24 15:06 hhussein97

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 avatar Jun 26 '24 19:06 michaelshum321

i am also getting same issue, waiting for the fix

deepakdeore2004 avatar Jul 25 '24 22:07 deepakdeore2004