mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Update AWSBedrockEmbedding.ts
Added the newer v2 for the Amazon Titan Embed model
This commit is contained in:
committed by
GitHub
parent
b3603d7d08
commit
31d0facde7
@@ -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-v2' }],
|
||||
options: [{ label: 'amazon.titan-embed-text-v1', name: 'amazon.titan-embed-text-v1' }, { label: 'amazon.titan-embed-g1-text-02', name: 'amazon.titan-embed-g1-text-02' }],
|
||||
default: 'amazon.titan-embed-text-v1'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user