OptionaldelayOptionalfetchNumber of records to fetch from the database per page. Default: 100.
OptionalforceWhether to force re-vectorization of records that have already been vectorized (by their deterministic SHA-1 ID). Default: false.
OptionalmaxMaximum number of concurrent embedding API calls. Controls parallelism in the AsyncBatchTransform pipeline. Default: 3.
OptionalupsertNumber of vectors to upsert to the vector DB in a single call. Default: 50. Capped by VectorDatabaseConfiguration.throughput.maxUpsertBatchSize.
OptionalvectorizeNumber of records to render templates and embed in parallel. Default: 50.
Delay in milliseconds between API calls to avoid rate limiting. Default: 0 (no delay).