@langchain/core
Version:
Core LangChain.js abstractions and schemas
14 lines (12 loc) • 538 B
JavaScript
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
//#region src/document_loaders/base.ts
var base_exports = /* @__PURE__ */ __exportAll({ BaseDocumentLoader: () => BaseDocumentLoader });
/**
* 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.
*/
var BaseDocumentLoader = class {};
//#endregion
export { BaseDocumentLoader, base_exports };
//# sourceMappingURL=base.js.map