From 6993bc9ad19daadcc4f99e1ca3e75e571ffc4250 Mon Sep 17 00:00:00 2001 From: Mert Arcan <62708030+Arjein@users.noreply.github.com> Date: Tue, 20 May 2025 23:49:21 +0300 Subject: [PATCH] typo fix (#31295) typo fix %pip install -upgrade langchain-google to: %pip install --upgrade langchain-google --- docs/docs/integrations/document_loaders/google_firestore.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/document_loaders/google_firestore.ipynb b/docs/docs/integrations/document_loaders/google_firestore.ipynb index 139a848d813..e3d3a622ac1 100644 --- a/docs/docs/integrations/document_loaders/google_firestore.ipynb +++ b/docs/docs/integrations/document_loaders/google_firestore.ipynb @@ -57,7 +57,7 @@ }, "outputs": [], "source": [ - "%pip install -upgrade --quiet langchain-google-firestore" + "%pip install --upgrade --quiet langchain-google-firestore" ] }, {