Update AWSBedrockEmbedding.ts

Corrected the version of the titan embeddings model v2
This commit is contained in:
Antonio Rodriguez 2023-10-19 14:51:48 +02:00 committed by GitHub
parent 26898a2230
commit b3603d7d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class AWSBedrockEmbedding_Embeddings implements INode {
label: 'Model Name',
name: 'model',
type: 'options',
options: [{ label: 'amazon.titan-embed-text-v1', name: 'amazon.titan-embed-text-v1' }],
options: [{ label: 'amazon.titan-embed-text-v1', name: 'amazon.titan-embed-text-v2' }],
default: 'amazon.titan-embed-text-v1'
}
]