diff --git a/docs/docs_skeleton/docs/get_started/introduction.mdx b/docs/docs_skeleton/docs/get_started/introduction.mdx index 5a037eafd14..03193cdf176 100644 --- a/docs/docs_skeleton/docs/get_started/introduction.mdx +++ b/docs/docs_skeleton/docs/get_started/introduction.mdx @@ -28,7 +28,7 @@ LangChain provides standard, extendable interfaces and external integrations for #### [Model I/O](/docs/modules/model_io/) Interface with language models -#### [Data connection](/docs/modules/data_connection/) +#### [Retrieval](/docs/modules/data_connection/) Interface with application-specific data #### [Chains](/docs/modules/chains/) Construct sequences of calls diff --git a/docs/docs_skeleton/docs/modules/index.mdx b/docs/docs_skeleton/docs/modules/index.mdx index cb581dd0675..4d897e1e3ee 100644 --- a/docs/docs_skeleton/docs/modules/index.mdx +++ b/docs/docs_skeleton/docs/modules/index.mdx @@ -8,7 +8,7 @@ LangChain provides standard, extendable interfaces and external integrations for #### [Model I/O](/docs/modules/model_io/) Interface with language models -#### [Data connection](/docs/modules/data_connection/) +#### [Retrieval](/docs/modules/data_connection/) Interface with application-specific data #### [Chains](/docs/modules/chains/) Construct sequences of calls