Interface
Each document loader may define its own parameters, but they share a common API:load(): Loads all documents at once.loadAndSplit(): Loads all documents at once and splits them into smaller documents.
By category
LangChain.js categorizes document loaders in two different ways:- File loaders, which load data into LangChain formats from your local filesystem.
- Web loaders, which load data from remote sources.
File loaders
If youβd like to contribute an integration, see Contributing integrations.