Skip to content

Commit

Permalink
docs: Update Sample Netflix Application
Browse files Browse the repository at this point in the history
We change to the proper langchain google vertex ai package.

Co-authored-by: Averi Kitsch <[email protected]>
  • Loading branch information
tabbyl21 and averikitsch authored Feb 29, 2024
1 parent c89db95 commit 8e2f991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/langchain_quick_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"source": [
"%pip install langchain-google-spanner\n",
"\n",
"%pip install langchain langchain_google_vertexai"
"%pip install langchain langchain-google-vertexai"
]
},
{
Expand Down

0 comments on commit 8e2f991

Please sign in to comment.