MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / embed_text

Function embed_text

skills/embedding/scripts/embed.py:569–570  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

567
568
569def embed_text(text: str) -> List[float]:
570 return get_embedding_service().embed_text(text)
571
572
573def embed_batch(texts: List[str]) -> List[List[float]]:

Callers

nothing calls this directly

Calls 2

get_embedding_serviceFunction · 0.85
embed_textMethod · 0.45

Tested by

no test coverage detected