MultimediaEmbeddingRequest

org.llm4s.llmconnect.model.MultimediaEmbeddingRequest
final case class MultimediaEmbeddingRequest(inputs: Seq[MMInput], model: EmbeddingModelConfig, modality: Modality, meta: Map[String, String])

Multimedia request (co-located in the same file to avoid new source files). Used by local encoders/facades (e.g., FileEmbedder in llm4s-rag). Not sent to HTTP providers.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product