Struct returned by embedding generation calls.
@type t() :: %Mnemosyne.Embedding.Response{ model: String.t(), usage: map(), vectors: [[float()]] }