We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc14b5 commit 9ff3d65Copy full SHA for 9ff3d65
packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts
@@ -96,7 +96,7 @@ class AWSBedrockEmbedding_Embeddings implements INode {
96
{
97
label: 'Max AWS API retries',
98
name: 'maxRetries',
99
- description: 'This will limit the nubmer of AWS API for Titan model embeddings call retries. Used to avoid throttling.',
+ description: 'This will limit the number of AWS API for Titan model embeddings call retries. Used to avoid throttling.',
100
type: 'number',
101
optional: true,
102
default: 5,
0 commit comments