InMemoryByteStore
features and configurations head to the API reference.
InMemoryByteStore
is a non-persistent implementation of a ByteStore
that stores everything in a Python dictionary. It’s intended for demos and cases where you don’t need persistence past the lifetime of the Python process.
Class | Package | Local | JS support | Package downloads | Package latest |
---|---|---|---|---|---|
InMemoryByteStore | langchain-core | ✅ | ✅ |
InMemoryByteStore
integration lives in the langchain-core
package:
mset
method:
mdelete
method:
InMemoryByteStore
features and configurations, head to the API reference: python.langchain.com/api_reference/core/stores/langchain_core.stores.InMemoryByteStore.html