Class: RubyAmazonBedrock::PayloadBuilders::Cohere::EmbedMultilingualV3

Inherits:
EmbedBase
  • Object
show all
Defined in:
lib/bedrock_runtime/payload_builders/cohere/embed_multilingual_v3.rb

Overview

EmbedMultilingualV3 is a subclass of Base. It provides functionalities specific to the Cohere Embed Multilingual model.

for more information about the Cohere model.

Instance Method Summary collapse

Methods inherited from EmbedBase

#build, #parameters

Methods inherited from Base

#build, #initialize, #parameters, #type

Constructor Details

This class inherits a constructor from RubyAmazonBedrock::PayloadBuilders::Base

Instance Method Details

#model_idString

Returns the model ID for the Cohere Embed Multilingual model.

Returns:

  • (String)

    ‘cohere.embed-multilingual-v3’



15
16
17
# File 'lib/bedrock_runtime/payload_builders/cohere/embed_multilingual_v3.rb', line 15

def model_id
  'cohere.embed-multilingual-v3'
end