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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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