@langchain/core
Version:
Core LangChain.js abstractions and schemas
19 lines (18 loc) • 713 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region src/document_loaders/base.ts
var base_exports = /* @__PURE__ */ require("../_virtual/_rolldown/runtime.cjs").__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
exports.BaseDocumentLoader = BaseDocumentLoader;
Object.defineProperty(exports, "base_exports", {
enumerable: true,
get: function() {
return base_exports;
}
});
//# sourceMappingURL=base.cjs.map