pinecone_upsert_vectors
Insert or update vectors in a Pinecone index by specifying API key, index host, and vector objects with optional metadata and namespace.
Instructions
Upsert (insert or update) vectors into a Pinecone index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Pinecone API key | |
| index_host | Yes | Index host URL from describe_index | |
| vectors | Yes | Array of {id, values, metadata?} objects to upsert | |
| namespace | No | Namespace to write to |