Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ is_rerank
Method
is_rerank
backend/app/models/model/model.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
return
self.type ==
"text_embedding"
38
39
def
is_rerank(self):
40
return
self.type ==
"rerank"
41
42
def
is_custom_host(self):
43
return
self.provider_id ==
"custom_host"
Callers
1
__validate_model
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected