UNPKG

langchain

Version:
21 lines (19 loc) 695 B
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs'); const __langchain_core_stores = require_rolldown_runtime.__toESM(require("@langchain/core/stores")); //#region src/storage/in_memory.ts var in_memory_exports = {}; require_rolldown_runtime.__export(in_memory_exports, { InMemoryStore: () => __langchain_core_stores.InMemoryStore }); //#endregion Object.defineProperty(exports, 'InMemoryStore', { enumerable: true, get: function () { return __langchain_core_stores.InMemoryStore; } }); Object.defineProperty(exports, 'in_memory_exports', { enumerable: true, get: function () { return in_memory_exports; } }); //# sourceMappingURL=in_memory.cjs.map