Use payload operations to update metadata without changing vectors.Documentation Index
Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt
Use this file to discover all available pages before exploring further.
set_payload merges fields, overwrite_payload replaces the full payload, delete_payload removes selected keys, and clear_payload removes all payload data from matching points.
Before you begin, make sure the target points already exist in your collection. Payload operations can target explicit point IDs or a filter.
Merge payload fields
Useset_payload to add or replace specific fields while preserving the rest of each point’s payload.
Replace an entire payload
Useoverwrite_payload when the new object should become the complete payload for the selected points.
Remove payload fields
Usedelete_payload to remove selected keys while leaving other payload fields unchanged.
Clear all payload data
Useclear_payload when matching points should keep their vectors and IDs but have no payload metadata.