Ask a question to get started
Enter to sendā¢Shift+Enter new line
import { ... } from "@langchain/core/document_loaders/base";
Abstract class that provides a default implementation for the loadAndSplit() method from the DocumentLoader interface. The load() method is left abstract and needs to be implemented by subclasses.
Interface that defines the methods for loading and splitting documents.