mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 19:27:30 -04:00
Serverless option for Pinecone #221
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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?
@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
@AlehandroL commented on GitHub (May 27, 2024):
Same problem here, no way to use serverless
@hhussein97 commented on GitHub (Jun 14, 2024):
Would love a serverless option too
@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!
@deepakdeore2004 commented on GitHub (Jul 25, 2024):
i am also getting same issue, waiting for the fix