Merge pull request #1632 from fletch-ai/bugfix/AzureOpenAIEmbedding-Batch-Size

Bugfix/AzureOpenAIEmbedding - Updated Default Batch Size from 1 to 100
This commit is contained in:
Henry Heng
2024-01-29 10:12:22 +00:00
committed by GitHub
@@ -35,7 +35,7 @@ class AzureOpenAIEmbedding_Embeddings implements INode {
label: 'Batch Size',
name: 'batchSize',
type: 'number',
default: '1',
default: '100',
optional: true,
additionalParams: true
},