From bde199d1288b17f8e022c07e0047b1293bf73ecf Mon Sep 17 00:00:00 2001 From: Saurav Kumar <36756970+saurvkmr@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:31:24 +0530 Subject: [PATCH] Updating format of pip install (#19198) Thank you for contributing to LangChain! - [x] **PR title**: "Updating format of pip install in two files of docs/cookbook" - pip install is not reflecting properly in some of the files in cookbook - Example: [docs/expression_language/cookbook/sql_db](https://python.langchain.com/docs/expression_language/cookbook/sql_db) - [x] **PR message**: Updating format of pip install in two files of docs/cookbook - **Description:** a description of the change - **Issue:** #19197 - Note - let's do squash merge for the PR If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, hwchase17. --- docs/docs/expression_language/cookbook/multiple_chains.ipynb | 4 +++- docs/docs/expression_language/cookbook/sql_db.ipynb | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/docs/expression_language/cookbook/multiple_chains.ipynb b/docs/docs/expression_language/cookbook/multiple_chains.ipynb index 8abe2671073..eee38bf8cc2 100644 --- a/docs/docs/expression_language/cookbook/multiple_chains.ipynb +++ b/docs/docs/expression_language/cookbook/multiple_chains.ipynb @@ -20,9 +20,11 @@ ] }, { - "cell_type": "raw", + "cell_type": "code", "id": "0f316b5c", + "execution_count": null, "metadata": {}, + "outputs": [], "source": [ "%pip install --upgrade --quiet langchain langchain-openai" ] diff --git a/docs/docs/expression_language/cookbook/sql_db.ipynb b/docs/docs/expression_language/cookbook/sql_db.ipynb index d69d6f11807..b7085c2f26f 100644 --- a/docs/docs/expression_language/cookbook/sql_db.ipynb +++ b/docs/docs/expression_language/cookbook/sql_db.ipynb @@ -20,9 +20,11 @@ ] }, { - "cell_type": "raw", + "cell_type": "code", "id": "b3121aa8", + "execution_count": null, "metadata": {}, + "outputs": [], "source": [ "%pip install --upgrade --quiet langchain langchain-openai" ]