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

io.cequence.cohereapi.model.RerankResponse.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 RerankResponse(
  id: UUID,
  results: Seq[RerankResult],
  meta: ResponseMeta
)

case class RerankResult(
  index: Int,
  document: Option[Map[String, Any]],
  relevance_score: Double
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy