fix base.ipynb to install langchainhub

this is requiered to load the prompt from hub
This commit is contained in:
Repkit
2024-02-16 22:28:15 +02:00
committed by Ionut-Andrei Baches
parent 15ac624e62
commit ea26b42a7d
+1 -1
View File
@@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install --quiet -U langchain langchain_openai tavily-python"
"!pip install --quiet -U langchain langchain_openai langchainhub langgraph tavily-python"
]
},
{