All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cequence.cohereapi.model.EmbedResponse.scala Maven / Gradle / Ivy

There is a newer version: 0.1.14
Show newest version
package io.cequence.cohereapi.model

import java.util.UUID

case class EmbedResponse(
  id: UUID,
  response_type: String, // The type of response, e.g., "embeddings_floats"
  embeddings: Seq[Seq[Double]],
  texts: Seq[String],
  meta: ResponseMeta
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy