From d09cdb48808070ead2cfbcd48ce2f77b0da77609 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:03:29 -0700 Subject: [PATCH] update data connection -> retrieval (#9561) --- docs/docs_skeleton/docs/get_started/introduction.mdx | 2 +- docs/docs_skeleton/docs/modules/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs_skeleton/docs/get_started/introduction.mdx b/docs/docs_skeleton/docs/get_started/introduction.mdx index 5a037eafd..03193cdf1 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 cb581dd06..4d897e1e3 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