qdrant-update-point-payload
Update metadata of a Qdrant point by its ID. Specify collection, point ID, and new JSON metadata to replace existing payload.
Instructions
Update the payload (metadata) of a specific point by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_id | Yes | The ID of the point to update | |
| collection_name | Yes | The collection containing the point | |
| metadata | Yes | New metadata to set for the point. Any json is accepted. |