langchain
Version:
Typescript bindings for langchain
8 lines (7 loc) • 344 B
JavaScript
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
import { InMemoryStore } from "@langchain/core/stores";
//#region src/storage/in_memory.ts
var in_memory_exports = /* @__PURE__ */ __exportAll({ InMemoryStore: () => InMemoryStore });
//#endregion
export { InMemoryStore, in_memory_exports };
//# sourceMappingURL=in_memory.js.map