From 2508ca8cb28e277fa538db842d9d35ed60b4db44 Mon Sep 17 00:00:00 2001 From: Tabby Date: Thu, 29 Feb 2024 00:19:45 +0000 Subject: [PATCH] docs: Update Sample Netflix Application (#28) * docs: Update Sample Netflix Application In this commit we make two changes to the sample Netflix Application. 1) We change the link to the collab so it opens one for Spanner not CloudSQl (previosly it opened a link to cloud-sql's project) 2) We amend the pip install so that we pip install the Spanner package. * docs: Update Netflix Sample Application In this commit we amend the pip install for Spanner's Langchain integration from "langchain_google_spanner" to "langchain-google-spanner" * docs: Update Netflix Sample Application In this commit we update the sample Netflix Application notebook. We link to the proper colab url. * docs: Update Sample Netflix Application We change to the proper langchain google vertex ai package. Co-authored-by: Averi Kitsch --------- Co-authored-by: Averi Kitsch --- samples/langchain_quick_start.ipynb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/samples/langchain_quick_start.ipynb b/samples/langchain_quick_start.ipynb index ae89afa..ff9194f 100644 --- a/samples/langchain_quick_start.ipynb +++ b/samples/langchain_quick_start.ipynb @@ -29,7 +29,7 @@ "id": "mbF2F2miAT4a" }, "source": [ - "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/googleapis/langchain-google-cloud-sql-pg-python/blob/main/samples/langchain_quick_start.ipynb)\n", + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/googleapis/langchain-google-spanner-python/blob/main/samples/langchain_quick_start.ipynb)\n", "\n", "---\n", "# **Introduction**\n", @@ -106,11 +106,9 @@ "metadata": {}, "outputs": [], "source": [ - "# TODO: Update this to install from Pypi\n", - "%pip install git+https://github.com/googleapis/langchain-google-spanner-python.git\n", - "# %pip install langchain_google_spanner\n", + "%pip install langchain-google-spanner\n", "\n", - "%pip install langchain langchain_google_vertexai" + "%pip install langchain langchain-google-vertexai" ] }, {