maxUpsertBatch property

int maxUpsertBatch
final

Largest batch VectorStore.upsert accepts in one call.

Callers chunk to this. It exists because ingestion is the operation most likely to be handed ten thousand records at once.

Implementation

final int maxUpsertBatch;