Skip to main content

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:

  1. Log in to your Pinecone account.

  2. Click on the API Keys button on the left sidebar, then click the Create API Key button.

  3. Enter a name for the API key and click Create Key.

  4. Click the Copy Key Value button and save the API key in a safe place.

  5. Log in to your Make account, add a Pinecone module to your scenario, and click Create a connection.

  6. Optional: In the Connection name field, enter a name for the connection.

  7. 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, enter example-123.svc.exampleEnvironment.

  8. In the API Key field, paste the API key copied in step 4.

  9. Click Save.

  10. 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

Vectors
  • Upsert a Vector

  • Update a Vector

  • Get a Vector

  • Query Vectors

  • Delete a Vector

Other
  • Make an API Call