pinecone_update_documents
Update specific fields in vector documents by ID or filter. Set or remove fields across matching records without full document replacement.
Instructions
Partially update documents - by id, or by filter across many at once.
Args:
documents: Per-record updates, each with _id and the fields to
change.
filter: Update every document matching this filter instead.
set_fields: Fields to set on all matched documents.
remove_fields: Field names to strip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| filter | No | ||
| documents | No | ||
| namespace | Yes | ||
| set_fields | No | ||
| remove_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||