Add suuport for AWS Bedrock Cohere embedding (#3444)
parent
5e02a83b53
commit
200010be19
@ -1 +1,3 @@
|
||||
- amazon.titan-embed-text-v1
|
||||
- cohere.embed-english-v3
|
||||
- cohere.embed-multilingual-v3
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
model: cohere.embed-english-v3
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 512
|
||||
pricing:
|
||||
input: '0.1'
|
||||
unit: '0.000001'
|
||||
currency: USD
|
||||
@ -0,0 +1,8 @@
|
||||
model: cohere.embed-multilingual-v3
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 512
|
||||
pricing:
|
||||
input: '0.1'
|
||||
unit: '0.000001'
|
||||
currency: USD
|
||||
Loading…
Reference in New Issue