diff --git a/docs/snippets/get_started/installation.mdx b/docs/snippets/get_started/installation.mdx index 65463a522fb..fe5e2ef0097 100644 --- a/docs/snippets/get_started/installation.mdx +++ b/docs/snippets/get_started/installation.mdx @@ -15,7 +15,7 @@ import CodeBlock from "@theme/CodeBlock"; -That will install the bare minimum requirements of LangChain. +This will install the bare minimum requirements of LangChain. A lot of the value of LangChain comes when integrating it with various model providers, datastores, etc. By default, the dependencies needed to do that are NOT installed. However, there are two other ways to install LangChain that do bring in those dependencies.