Document loaders
Document loaders load data into LangChain's expected format for use-cases such as retrieval-augmented generation (RAG).
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.
See the individual pages for more on each one.