This page shows you how to update documents in a collection.Documentation Index
Fetch the complete documentation index at: https://docs.lambdadb.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
| Metric | Limit |
|---|---|
| Max payload size | 6MB |
| Max length for a document ID | 512 characters |
| Max vector dimensions | 4,096 |
| Max document size | 5MB |