Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
569
def
embed_text(text: str) -> List[float]:
570
return
get_embedding_service().embed_text(text)
571
572
573
def
embed_batch(texts: List[str]) -> List[List[float]]:
Callers
nothing calls this directly
Calls
2
get_embedding_service
Function · 0.85
embed_text
Method · 0.45
Tested by
no test coverage detected