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
- In Pinecone, create or locate an API key.
- In your workspace, add a new Destination and select Pinecone.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Pinecone 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.