docs : Added integrations for tools with langchain_community (#22056)

- **PR title**:  Docs enhancement

- **Description:** Adding installation instructions for integrations
requiring `langchain-community` package since 0.2
    - **Issue:** https://github.com/langchain-ai/langchain/issues/22005
This commit is contained in:
Kartheek Yakkala
2024-05-24 00:39:34 +05:30
committed by GitHub
parent 152c8cac33
commit 18b8c8628a
19 changed files with 94 additions and 15 deletions

View File

@@ -40,6 +40,15 @@
"Here, we use the ID of the **Send email** action from the [Gmail](https://github.com/connery-io/gmail) plugin."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -upgrade --quiet langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 11,