Skip to content

Commit 9d0a38b

Browse files
authored
docs: Update langchain_quick_start.ipynb (#32)
* docs: Update langchain_quick_start.ipynb Add links + update introduction to match other code labs. * docs: Update langchain_quick_start.ipynb update gcs uri for spanner embeddings * docs: Update langchain_quick_start.ipynb fix error in gcs path
1 parent 5157e2d commit 9d0a38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/langchain_quick_start.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"---\n",
3535
"# **Introduction**\n",
3636
"\n",
37-
"In this codelab you will learn how to create an interactive generative AI application with Retrieval Augmented Generation using Spanner and LangChain. We will be creating an application grounded in a [Netflix Movie dataset](https://www.kaggle.com/datasets/shivamb/netflix-shows)."
37+
"In this codelab, you'll learn how to create a powerful interactive generative AI application using Retrieval Augmented Generation powered by [Spanner](https://cloud.google.com/spanner) and [LangChain](https://www.langchain.com/). We will be creating an application grounded in a [Netflix Movie dataset](https://www.kaggle.com/datasets/shivamb/netflix-shows), allowing you to interact with movie data in exciting new ways."
3838
]
3939
},
4040
{
@@ -654,7 +654,7 @@
654654
"outputs": [],
655655
"source": [
656656
"vector_store_rows = read_csv_from_gcs(\n",
657-
" \"cloud-samples-data\", \"langchain/netflix_titles_computed_embeddings.csv\"\n",
657+
" \"cloud-samples-data\", \"langchain/spanner/netflix_titles_embeddings.csv\"\n",
658658
")\n",
659659
"\n",
660660
"for vector_store_row in vector_store_rows:\n",

0 commit comments

Comments
 (0)