typo fix
%pip install -upgrade langchain-google
to:
%pip install --upgrade langchain-google
This commit is contained in:
Mert Arcan
2025-05-20 23:49:21 +03:00
committed by GitHub
parent dcb5aba999
commit 6993bc9ad1

View File

@@ -57,7 +57,7 @@
},
"outputs": [],
"source": [
"%pip install -upgrade --quiet langchain-google-firestore"
"%pip install --upgrade --quiet langchain-google-firestore"
]
},
{