docs: add missing install for langchain_community module in tutorials intro (#814)

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
Jiawei
2024-06-27 10:04:05 -07:00
committed by GitHub
co-authored by William FH
parent 1f1e681242
commit e0d341e966
+2 -1
View File
@@ -410,7 +410,8 @@
"outputs": [],
"source": [
"%%capture --no-stderr\n",
"%pip install -U tavily-python"
"%pip install -U tavily-python\n",
"%pip install -U langchain_community"
]
},
{