Added langchain-community installation (#23741)

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

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
Teja Hara 2024-07-02 10:03:07 -05:00 committed by GitHub
parent 46ff0f7a3c
commit a77a263e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 148 additions and 10 deletions

View File

@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade --quiet ain-py"
"%pip install --upgrade --quiet ain-py langchain-community"
]
},
{

View File

@ -11,6 +11,15 @@
"Vectorstores often have a hard time answering questions that requires computing, grouping and filtering structured data so the high level idea is to use a `pandas` dataframe to help with these types of questions. "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"attachments": {},
"cell_type": "markdown",

View File

@ -24,6 +24,15 @@
"%pip install --upgrade --quiet amadeus > /dev/null"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "markdown",
"metadata": {},

View File

@ -34,7 +34,8 @@
"%pip install --upgrade --quiet azure-ai-formrecognizer > /dev/null\n",
"%pip install --upgrade --quiet azure-cognitiveservices-speech > /dev/null\n",
"%pip install --upgrade --quiet azure-ai-textanalytics > /dev/null\n",
"%pip install --upgrade --quiet azure-ai-vision-imageanalysis > /dev/null"
"%pip install --upgrade --quiet azure-ai-vision-imageanalysis > /dev/null\n",
"%pip install -qU langchain-community"
]
},
{

View File

@ -39,6 +39,15 @@
"%pip install --upgrade --quiet azure-ai-vision > /dev/null"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": null,

View File

@ -11,6 +11,15 @@
">It is a cloud-based project management solution for businesses of all sizes featuring communication and collaboration tools to help achieve organizational goals."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@ -45,6 +45,16 @@
"- You will get the answer from your knowledge as the response. \n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bfe4510e",
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "markdown",
"id": "1435b193",

View File

@ -43,6 +43,15 @@
"You can see a LangSmith trace of this example [here](https://smith.langchain.com/public/4af5385a-afe9-46f6-8a53-57fe2d63c5bc/r)."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@ -12,6 +12,16 @@
"The high level idea is we will create a question-answering chain for each document, and then use that "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0dae50f1",
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 1,

View File

@ -60,7 +60,7 @@
},
"outputs": [],
"source": [
"%pip install --upgrade --quiet pygithub"
"%pip install --upgrade --quiet pygithub langchain-community"
]
},
{

View File

@ -59,7 +59,7 @@
},
"outputs": [],
"source": [
"%pip install --upgrade --quiet python-gitlab"
"%pip install --upgrade --quiet python-gitlab langchain-community"
]
},
{

View File

@ -34,6 +34,15 @@
"```"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "markdown",
"metadata": {},

View File

@ -35,6 +35,20 @@
"%pip install --upgrade --quiet atlassian-python-api"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e84d425c",
"metadata": {
"vscode": {
"languageId": "shellscript"
}
},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 2,

View File

@ -15,6 +15,16 @@
"We will use the JSON agent to answer some questions about the API spec."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "dc11cb15",
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "markdown",
"id": "893f90fd-f8f6-470a-a76d-1f200ba02e2f",

View File

@ -29,6 +29,15 @@
"%pip install --upgrade --quiet multion langchain -q"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": 37,

View File

@ -22,6 +22,16 @@
"### Initializing the agent"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e304b602",
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": null,

View File

@ -24,7 +24,8 @@
"outputs": [],
"source": [
"%pip install --upgrade --quiet O365\n",
"%pip install --upgrade --quiet beautifulsoup4 # This is optional but is useful for parsing HTML messages"
"%pip install --upgrade --quiet beautifulsoup4 # This is optional but is useful for parsing HTML messages\n",
"%pip install -qU langchain-community"
]
},
{

View File

@ -11,6 +11,15 @@
"**Note:** these tools are not recommended for use outside a sandboxed environment! "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -20,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"tags": []
},
@ -48,7 +57,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"tags": []
},
@ -88,7 +97,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"tags": []
},
@ -116,7 +125,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [
{
@ -137,7 +146,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [
{

View File

@ -22,6 +22,16 @@
"- Save your API key into GOLDEN_API_KEY env variable"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f771643c",
"metadata": {},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
]
},
{
"cell_type": "code",
"execution_count": null,