pinecone_delete_vectors
Delete vectors from a Pinecone index by specifying IDs, a metadata filter, or all vectors in a namespace.
Instructions
Delete vectors from a Pinecone index by ID or filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Array of vector IDs to delete | |
| filter | No | Metadata filter - delete matching vectors | |
| api_key | Yes | Pinecone API key | |
| namespace | No | Namespace to delete from | |
| delete_all | No | Delete all vectors in the namespace | |
| index_host | Yes | Index host URL from describe_index |