mirror of
https://github.com/hwchase17/langchain.git
synced 2025-11-02 01:05:10 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user