MCPcopy Create free account
hub / github.com/Exorust/Adkit-MCP / embed

Method embed

tests/test_match_service.py:31–32  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

29 """Always returns FIXED_VECTOR, no model loaded."""
30
31 def embed(self, text: str) -> list[float]:
32 return FIXED_VECTOR
33
34
35def _make_hit(ad_id: str, score: float, *, sensitive: bool = False,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected