Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ is_text_embedding
Method
is_text_embedding
backend/app/models/model/model.py:36–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
return
self.type ==
"chat_completion"
35
36
def
is_text_embedding(self):
37
return
self.type ==
"text_embedding"
38
39
def
is_rerank(self):
40
return
self.type ==
"rerank"
Callers
2
_verify_embedding_model
Function · 0.80
__validate_model
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected