mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 12:39:32 +00:00
update data connection -> retrieval (#9561)
This commit is contained in:
@@ -28,7 +28,7 @@ LangChain provides standard, extendable interfaces and external integrations for
|
|||||||
|
|
||||||
#### [Model I/O](/docs/modules/model_io/)
|
#### [Model I/O](/docs/modules/model_io/)
|
||||||
Interface with language models
|
Interface with language models
|
||||||
#### [Data connection](/docs/modules/data_connection/)
|
#### [Retrieval](/docs/modules/data_connection/)
|
||||||
Interface with application-specific data
|
Interface with application-specific data
|
||||||
#### [Chains](/docs/modules/chains/)
|
#### [Chains](/docs/modules/chains/)
|
||||||
Construct sequences of calls
|
Construct sequences of calls
|
||||||
|
@@ -8,7 +8,7 @@ LangChain provides standard, extendable interfaces and external integrations for
|
|||||||
|
|
||||||
#### [Model I/O](/docs/modules/model_io/)
|
#### [Model I/O](/docs/modules/model_io/)
|
||||||
Interface with language models
|
Interface with language models
|
||||||
#### [Data connection](/docs/modules/data_connection/)
|
#### [Retrieval](/docs/modules/data_connection/)
|
||||||
Interface with application-specific data
|
Interface with application-specific data
|
||||||
#### [Chains](/docs/modules/chains/)
|
#### [Chains](/docs/modules/chains/)
|
||||||
Construct sequences of calls
|
Construct sequences of calls
|
||||||
|
Reference in New Issue
Block a user