mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
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:
@@ -35,7 +35,7 @@ class AzureOpenAIEmbedding_Embeddings implements INode {
|
|||||||
label: 'Batch Size',
|
label: 'Batch Size',
|
||||||
name: 'batchSize',
|
name: 'batchSize',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
default: '1',
|
default: '100',
|
||||||
optional: true,
|
optional: true,
|
||||||
additionalParams: true
|
additionalParams: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user