Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ embed_batch
Method
embed_batch
paperflow/providers/embedding.py:152–153 ·
view source on GitHub ↗
(self, texts: Iterable[str])
Source
from the content-addressed store, hash-verified
150
return
vector
151
152
def
embed_batch(self, texts: Iterable[str]) -> List[List[float]]:
153
return
[self.embed(text)
for
text in texts]
154
155
156
def
_is_placeholder(value: Optional[str]) -> bool:
Callers
3
test_hash_embedding_batch_matches_single
Function · 0.95
demo
Function · 0.45
_retrieve_report_evidence
Function · 0.45
Calls
1
embed
Method · 0.95
Tested by
1
test_hash_embedding_batch_matches_single
Function · 0.76