mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 09:01:06 +03:00
Update AWSBedrockEmbedding.ts
Corrected the version of the titan embeddings model v2
This commit is contained in:
committed by
GitHub
parent
26898a2230
commit
b3603d7d08
@@ -79,7 +79,7 @@ class AWSBedrockEmbedding_Embeddings implements INode {
|
|||||||
label: 'Model Name',
|
label: 'Model Name',
|
||||||
name: 'model',
|
name: 'model',
|
||||||
type: 'options',
|
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'
|
default: 'amazon.titan-embed-text-v1'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user