ExBifrost.Model.CohereEmbeddingResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

CohereEmbeddingResponse model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereEmbeddingResponse{
  embeddings: ExBifrost.Model.CohereEmbeddingResponseEmbeddings.t() | nil,
  id: String.t() | nil,
  images: [ExBifrost.Model.CohereEmbeddingResponseImagesInner.t()] | nil,
  meta: ExBifrost.Model.CohereEmbeddingResponseMeta.t() | nil,
  response_type: String.t() | nil,
  texts: [String.t()] | nil
}

Functions

decode(value)