Variables
ReRankerType
ReRankerType:
object
Defined in: packages/cloud/src/client/types.gen.ts:6761
Enum for the reranker type.
Type declaration
SYSTEM_DEFAULT
readonly
SYSTEM_DEFAULT:"system_default"
="system_default"
LLM
readonly
LLM:"llm"
="llm"
COHERE
readonly
COHERE:"cohere"
="cohere"
BEDROCK
readonly
BEDROCK:"bedrock"
="bedrock"
SCORE
readonly
SCORE:"score"
="score"
DISABLED
readonly
DISABLED:"disabled"
="disabled"