Skip to main content

Pinecone

Overview

The Pinecone connector is a destination connector intended to load data into Pinecone.

At this time, the connector can validate credentials (test connection), but loading/syncing data is not yet supported. Attempting to run a load will fail with an “in development” error.

Setup

  1. In Pinecone, create or locate an API key.
  2. In your workspace, add a new Destination and select Pinecone.
  3. Paste your Pinecone API key into the destination configuration.

Authentication

This connector authenticates using a Pinecone API key.

During connection testing, the connector calls:

  • GET https://api.pinecone.io/indexes

and sends the API key in the request header:

  • Api-Key: <your_api_key>

Configuration

FieldTypeRequiredDescription
api_keystringYesPinecone API key used to authenticate requests.

Streams / Data model

Not applicable yet. The Pinecone destination does not currently implement data loading, so there are no supported streams, objects, or mappings to document.

Limitations

  • Destination loading is not implemented yet. Only credential validation (test connection) is supported.
  • Index selection, namespace configuration, vector upserts, and metadata mapping are not yet available in this connector.