mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
Docs: Add langgraph to installation section for Rag tutorial (#28849)
**Issue**: This tutorial depends on langgraph, however Langgraph is not mentioned on the installation section for the tutorial, which raises an error when copying and pasting the code snippets as following:  **Solution**: Just adding langgraph package to installation section, for both pip and Conda tabs as this tutorial requires it.
This commit is contained in:
parent
8cf5f20bb5
commit
a08c76a6b2
@ -78,7 +78,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%pip install --quiet --upgrade langchain-text-splitters langchain-community"
|
||||
"%pip install --quiet --upgrade langchain-text-splitters langchain-community langgraph"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -88,7 +88,7 @@
|
||||
"source": [
|
||||
" </TabItem>\n",
|
||||
" <TabItem value=\"conda\" label=\"Conda\">\n",
|
||||
" <CodeBlock language=\"bash\">conda install langchain-text-splitters langchain-community -c conda-forge</CodeBlock>\n",
|
||||
" <CodeBlock language=\"bash\">conda install langchain-text-splitters langchain-community langgraph -c conda-forge</CodeBlock>\n",
|
||||
" </TabItem>\n",
|
||||
"</Tabs>\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user