Pinecone
With Pinecone modules in Make, you can upsert, update, retrieve, query, and delete vectors and make API calls.
To get started with Pinecone, create an account at pinecone.io.
Refer to the Pinecone API documentation for the list of available endpoints.
Connect Pinecone to Make
To establish the connection:
Log in to your Pinecone account.
Click on the API Keys button on the left sidebar, then click the Create API Key button.
Enter a name for the API key and click Create Key.
Click the Copy Key Value button and save the API key in a safe place.
Log in to your Make account, add a Pinecone module to your scenario, and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
In the Index Name field, enter the name of your index. Your index name can be found by navigating to the Indexes tab on the left sidebar. If your index name is
example-123.svc.exampleEnvironment.pinecone.io
, enterexample-123.svc.exampleEnvironment
.In the API Key field, paste the API key copied in step 4.
Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more Pinecone modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Build Pinecone Scenarios
Upsert a Vector
Update a Vector
Get a Vector
Query Vectors
Delete a Vector
Make an API Call