From e7d64f8b15967aeb9f79e3982a2d3e479ce7ca5f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:11:54 -0700 Subject: [PATCH] Bagatur/vercel test 3 (#8188) --- docs/snippets/get_started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/get_started/installation.mdx b/docs/snippets/get_started/installation.mdx index 65463a522f..fe5e2ef009 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.