ingest_vectors
Upsert vector records into a dataset by id, with support for metadata and synchronous or asynchronous indexing for eventual consistency.
Instructions
Ingest (upsert) vector records into a dataset (last-write-wins per id). Each record needs an id, a values array matching the dataset dimension, and optional flat metadata. The response reports accepted/rejected counts and per-record errors. Read-your-writes depends on the server's recall tier: if the result has NO job_id the write was synchronous and is immediately queryable; if it returns a job_id, indexing is asynchronous (eventually consistent) — poll get_dataset until status is 'indexed'. For dumps over ~10 MiB use the async import flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||