Switching default batch size from 1 to 100 in order to support higher volume of document loading into vector stores before timing out.

This commit is contained in:
Darien Kindlund 2024-01-28 21:52:40 -08:00
parent e72d9e4094
commit 9f4619e408
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class AzureOpenAIEmbedding_Embeddings implements INode {
label: 'Batch Size',
name: 'batchSize',
type: 'number',
default: '1',
default: '100',
optional: true,
additionalParams: true
},