Method
pipe
(
self,
texts: Iterable[Union[str, Doc]],
*,
as_tuples: Literal[False] = ...,
batch_size: Optional[int] = ...,
disable: Iterable[str] = ...,
component_cfg: Optional[Dict[str, Dict[str, Any]]] = ...,
n_process: int = ...,
)
Source from the content-addressed store, hash-verified
| 1511 | |
| 1512 | @overload |
| 1513 | def pipe( |
| 1514 | self, |
| 1515 | texts: Iterable[Union[str, Doc]], |
| 1516 | *, |
| 1517 | as_tuples: Literal[False] = ..., |
| 1518 | batch_size: Optional[int] = ..., |
| 1519 | disable: Iterable[str] = ..., |
| 1520 | component_cfg: Optional[Dict[str, Dict[str, Any]]] = ..., |
| 1521 | n_process: int = ..., |
| 1522 | ) -> Iterator[Doc]: ... |
| 1523 | |
| 1524 | @overload |
| 1525 | def pipe( # noqa: F811 |