mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-16 20:42:01 +00:00
x
This commit is contained in:
parent
8f151223ad
commit
7347ec8251
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Overview
|
## 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,
|
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
|
which allows for storage of arbitrary data. However, LangChain components that require KV-storage accept a
|
||||||
|
Loading…
Reference in New Issue
Block a user