DynamicRetrievalConfig

io.cequence.openaiscala.gemini.domain.DynamicRetrievalConfig
case class DynamicRetrievalConfig(mode: DynamicRetrievalPredictorMode, dynamicThreshold: Int)

Describes the options to customize dynamic retrieval.

Attributes

dynamicThreshold

The threshold to be used in dynamic retrieval. If not set, a system default value is used.

mode

The mode of the predictor to be used in dynamic retrieval.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product