Ask a question to get started
Enter to sendā¢Shift+Enter new line
import { ... } from "@langchain/core/stores";
Abstract interface for a key-value store.
In-memory implementation of the BaseStore using a dictionary. Used for storing key-value pairs in memory.