MCPcopy Index your code
hub / github.com/simstudioai/sim / isSupportedRerankerModel

Function isSupportedRerankerModel

apps/sim/lib/knowledge/reranker-models.ts:16–18  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

14export const DEFAULT_RERANKER_MODEL: RerankerModelId = 'rerank-v4.0-fast'
15
16export function isSupportedRerankerModel(model: string): model is RerankerModelId {
17 return rerankerModelSchema.safeParse(model).success
18}

Callers 1

rerankFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected