Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
export
const
DEFAULT_RERANKER_MODEL: RerankerModelId =
'rerank-v4.0-fast'
15
16
export
function
isSupportedRerankerModel(model: string): model is RerankerModelId {
17
return
rerankerModelSchema.safeParse(model).success
18
}
Callers
1
rerank
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected