Skip to main content
This page shows you how to update documents in a collection.
If the collection contains managed embedding vector fields, update the configured source text fields instead of sending direct vector values for managed embedding fields.
Each document in a payload must contain an id field to uniquely identify a document to update. For a partitioned collection, a document in the __default__ partition with a matching id value is updated if the partition field is not provided.

Update limits