From 0b36ed09cf1d44a3900dd569a214847bbe1e0108 Mon Sep 17 00:00:00 2001 From: Nihal Chaudhary <120308161+Dehelaan@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:18:08 +0530 Subject: [PATCH] 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 --- docs/docs/integrations/tools/jira.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/tools/jira.ipynb b/docs/docs/integrations/tools/jira.ipynb index 05e74edc40..feb4331a4e 100644 --- a/docs/docs/integrations/tools/jira.ipynb +++ b/docs/docs/integrations/tools/jira.ipynb @@ -47,7 +47,7 @@ }, "outputs": [], "source": [ - "%pip install -qU langchain-community" + "%pip install -qU langchain-community langchain_openai" ] }, {