mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
@@ -14,7 +14,7 @@ hide_table_of_contents: true
|
||||
|
||||
# Key-value stores
|
||||
|
||||
[Key-value stores](/docs/concepts/#key-value-stores) are used by other LangChain components to store and retrieve data.
|
||||
[Key-value stores](/docs/concepts/key_value_stores) are used by other LangChain components to store and retrieve data.
|
||||
|
||||
:::info
|
||||
|
||||
|
@@ -182,7 +182,7 @@ custom_edit_url:
|
||||
|
||||
# Tools
|
||||
|
||||
[Tools](/docs/concepts/#tools) are utilities designed to be called by a model: their inputs are designed to be generated by models, and their outputs are designed to be passed back to models.
|
||||
[Tools](/docs/concepts/tools) are utilities designed to be called by a model: their inputs are designed to be generated by models, and their outputs are designed to be passed back to models.
|
||||
|
||||
A [toolkit](/docs/concepts#toolkits) is a collection of tools meant to be used together.
|
||||
|
||||
|
Reference in New Issue
Block a user