MCPcopy 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
6async 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_modelFunction · 0.90
api_rerankFunction · 0.90
api_text_embeddingFunction · 0.90
query_chunksFunction · 0.90
prepareMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected