DOC:Changed /docs/integrations/tools/jira/ (#27023)

- [x] - **Description:** replaced `%pip install -qU langchain-community`
to `%pip install -qU langchain-community langchain_openai ` in doc
\langchain\docs\docs\integrations\tools\jira.ipynb
- [x] - **Issue:** the issue #27013 
- [x] Add docs

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Nihal Chaudhary 2024-10-08 23:18:08 +05:30 committed by GitHub
parent 0ec74fbc14
commit 0b36ed09cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@
},
"outputs": [],
"source": [
"%pip install -qU langchain-community"
"%pip install -qU langchain-community langchain_openai"
]
},
{