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

io.cequence.jinaapi.model.RerankerSettings.scala Maven / Gradle / Ivy

package io.cequence.jinaapi.model

case class RerankerSettings(
  // reranker model... see RerankerId
  model: String,

  // The number of most relevant documents to return for the query.
  top_n: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy