What it does
Pinecone upserts, queries, and deletes vectors on a Pinecone index using the data-plane REST API.
Setup
- In Pinecone Console → API Keys, copy a key.
- Copy the index Host URL from the Pinecone console (per-index URL).
- In FlowFn, go to Platform Tools → Pinecone → Connect and provide api_key + index_host.
Actions
- Upsert Vectors, Query Vectors (nearest neighbour), Delete Vectors (by id or wipe namespace)