**Text Loader** is used to load the documents and split it to a list of text.
**Text loader** is used to load files and split them into text lists. It supports loading local files (with file path), or web links (with url).
> Refer to [Recursive Characters](https://python.langchain.com/en/latest/modules/indexes/text_splitters/examples/recursive_text_splitter.html) for the operation of splitting text.
@ -20,8 +18,6 @@
### Code Example
Writing the pipeline in the simplified way
```Python
from towhee import pipe, ops, DataCollection
@ -47,6 +43,16 @@ Create the operator via the following factory method