langchain
Version:
Typescript bindings for langchain
10 lines (8 loc) • 345 B
JavaScript
import { __export } from "../_virtual/rolldown_runtime.js";
import { InMemoryStore } from "@langchain/core/stores";
//#region src/storage/in_memory.ts
var in_memory_exports = {};
__export(in_memory_exports, { InMemoryStore: () => InMemoryStore });
//#endregion
export { InMemoryStore, in_memory_exports };
//# sourceMappingURL=in_memory.js.map