-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
:mlMachine learningMachine learning>enhancementTeam:MLMeta label for the ML teamMeta label for the ML teamv8.19.0v9.1.0
Description
This currently returns an error:
PUT _inference/text_embedding/multilingual-cohere-v3-search
{
"service": "amazonbedrock",
"service_settings": {
"access_key": "***",
"secret_key": "***",
"region": "us-east-1",
"provider": "Cohere",
"model": "cohere.embed-multilingual-v3"
},
"task_settings": {
"truncate": "START"
}
}
POST _inference/text_embedding/multilingual-cohere-v3-search
{
"input": "The sky above the port was the color of television tuned to a dead channel.",
"input_type": "search"
}
Though AWS supports it: https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-embed.html
ktamaral, ccaizzi and sunder-ch
Metadata
Metadata
Assignees
Labels
:mlMachine learningMachine learning>enhancementTeam:MLMeta label for the ML teamMeta label for the ML teamv8.19.0v9.1.0