Skip to main content
Compatibility: Only available on Node.js.
This notebook provides a quick overview for getting started with TextLoader document loaders. For detailed documentation of all TextLoader features and configurations head to the API reference.

Overview

Integration details

Setup

To access TextLoader document loader you’ll need to install the langchain package.

Installation

The LangChain TextLoader integration lives in the langchain package:

Instantiation

Now we can instantiate our model object and load documents:

Load


API reference

For detailed documentation of all TextLoader features and configurations head to the API reference.