Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ get_model
Function
get_model
backend/app/services/model/model.py:6–9 ·
view source on GitHub ↗
(model_id: str)
Source
from the content-addressed store, hash-verified
4
5
6
async
def
get_model(model_id: str) -> Model:
7
from
app.operators
import
model_ops
8
9
return
await model_ops.get(model_id=model_id)
Callers
6
_verify_embedding_model
Function · 0.90
api_rerank
Function · 0.90
api_text_embedding
Function · 0.90
api_text_embedding_openai
Function · 0.90
query_chunks
Function · 0.90
prepare
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected