This page shows you how to upsert documents into 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, send only the configured source text fields. Do not send direct vector values for managed embedding fields in an upsert request.
Response
id field in order to uniquely identify a document.
A unique string value is auto-generated by the system if id field is not provided in an upsert request.
If you want to overwrite the entire document, you can do so by providing the id field in the document.
For a partitioned collection, documents are upserted into the
__default__ partition if the partition field is not provided.Upsert limits
| Metric | Limit |
|---|---|
| Max payload size | 6MB |
| Max length for a document ID | 512 characters |
| Max vector dimensions | 4,096 |
| Max document size | 5MB |