LocalFileStore
is a persistent implementation of ByteStore
that stores everything in a folder of your choosing. It’s useful if you’re using a single machine and are tolerant of files being added or deleted.
Class | Package | Local | JS support | Package downloads | Package latest |
---|---|---|---|---|---|
LocalFileStore | langchain | ✅ | ✅ |
LocalFileStore
integration lives in the langchain
package:
mset
method:
data
folder:
mdelete
method:
LocalFileStore
features and configurations, head to the API reference: python.langchain.com/api_reference/langchain/storage/langchain.storage.file_system.LocalFileStore.html