ingest_vectors
Upsert vector records into a dataset by providing id, values, and optional metadata. For large batches over 10 MiB, use the async import flow.
Instructions
Ingest (upsert) vector records into a dataset. Each record needs an id, a values array matching the dataset dimension, and optional metadata. Records are queued for indexing; poll get_dataset for status. For very large dumps (>10 MiB) use the async import flow instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||