1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-06 07:38:50 +00:00
This commit is contained in:
Eugene Yurtsev 2024-10-24 10:20:42 -04:00
parent 8f151223ad
commit 7347ec8251

View File

@ -2,7 +2,7 @@
## Overview
LangChain provides a key-value store interface for storing and retrieving data.
angChain provides a key-value store interface for storing and retrieving data.
LangChain includes a [`BaseStore`](https://python.langchain.com/api_reference/core/stores/langchain_core.stores.BaseStore.html) interface,
which allows for storage of arbitrary data. However, LangChain components that require KV-storage accept a