RerankProviderConfig

org.llm4s.reranker.RerankProviderConfig
final case class RerankProviderConfig(baseUrl: String, apiKey: String, model: String)

Configuration for reranker providers.

Value parameters

apiKey

API key for authentication

baseUrl

API endpoint

model

Model name (e.g., "rerank-english-v3.0")

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product