maxUpsertBatch property
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;
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.
final int maxUpsertBatch;