mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
docs: fix typos in packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts (#5447)
Fix typos in packages/components/nodes/embeddings/AWSBedrockEmbedding/AWSBedrockEmbedding.ts
This commit is contained in:
@@ -96,7 +96,7 @@ class AWSBedrockEmbedding_Embeddings implements INode {
|
|||||||
{
|
{
|
||||||
label: 'Max AWS API retries',
|
label: 'Max AWS API retries',
|
||||||
name: 'maxRetries',
|
name: 'maxRetries',
|
||||||
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.',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
optional: true,
|
optional: true,
|
||||||
default: 5,
|
default: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user