Bagatur/vercel test 3 (#8188)

This commit is contained in:
Bagatur 2023-07-24 10:11:54 -07:00 committed by GitHub
parent 120cdf813d
commit e7d64f8b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ import CodeBlock from "@theme/CodeBlock";
</TabItem> </TabItem>
</Tabs> </Tabs>
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. 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. 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. However, there are two other ways to install LangChain that do bring in those dependencies.