mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 18:08:36 +00:00
update data connection -> retrieval (#9561)
This commit is contained in:
parent
3d1095218c
commit
d09cdb4880
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user