Module Response.Embedding

type t = {
  1. object_ : string;
  2. index : int;
  3. embedding : float list;
}
val sexp_of_t : t -> Sexplib0.Sexp.t