Skip to content

Commit

Permalink
docs : Added integrations for tools with langchain_community (#22188)
Browse files Browse the repository at this point in the history
PR title: Docs enhancement

Description: Adding installation instructions for integrations requiring
langchain-community package since 0.2
Issue: #22005
  • Loading branch information
Pranith15403 authored May 27, 2024
1 parent cfea0e2 commit 25c270b
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet google-cloud-text-to-speech"
"%pip install --upgrade --quiet google-cloud-text-to-speech langchain-community"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_drive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet google-api-python-client google-auth-httplib2 google-auth-oauthlib"
"%pip install --upgrade --quiet google-api-python-client google-auth-httplib2 google-auth-oauthlib langchain-community"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_finance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet google-search-results"
"%pip install --upgrade --quiet google-search-results langchain-community"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_jobs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
],
"source": [
"%pip install --upgrade --quiet google-search-results"
"%pip install --upgrade --quiet google-search-results langchain-community"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_lens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
],
"source": [
"%pip install --upgrade --quiet requests"
"%pip install --upgrade --quiet requests langchain-community"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_places.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet googlemaps"
"%pip install --upgrade --quiet googlemaps langchain-community"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_scholar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"source": [
"%pip install --upgrade --quiet google-search-results"
"%pip install --upgrade --quiet google-search-results langchain-community"
]
},
{
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/integrations/tools/google_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"Then we will need to set some environment variables."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a2998f9c",
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/integrations/tools/google_serper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"This notebook goes over how to use the `Google Serper` component to search the web. First you need to sign up for a free account at [serper.dev](https://serper.dev) and get your api key."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ac0b9ce6",
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 11,
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_trends.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
],
"source": [
"%pip install --upgrade --quiet google-search-results"
"%pip install --upgrade --quiet google-search-results langchain_community"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/gradio_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet gradio_tools"
"%pip install --upgrade --quiet gradio_tools langchain-community"
]
},
{
Expand Down
13 changes: 13 additions & 0 deletions docs/docs/integrations/tools/graphql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@
"pip install httpx gql > /dev/null"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "shellscript"
}
},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain-community"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/integrations/tools/huggingface_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
"%pip install --upgrade --quiet transformers huggingface_hub > /dev/null"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e5b9279f",
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
9 changes: 9 additions & 0 deletions docs/docs/integrations/tools/human_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"when it is confused."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/integrations/tools/ifttt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
"https://maker.ifttt.com/use/YOUR_IFTTT_KEY. Grab the YOUR_IFTTT_KEY value.\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d356bc92",
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 25c270b

Please sign in to comment.