From a46c2bce51a334532c5acbf20219d3084eca1cea Mon Sep 17 00:00:00 2001 From: Mohammad Mohtashim <45242107+keenborder786@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:00:41 +0500 Subject: [PATCH] [Community]: Small Fix in google_firestore memory notebook (#29107) - **Description:** Just a small fix in google_firestore memory notebook - **Issue:** @29095 --- docs/docs/integrations/memory/google_firestore.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/memory/google_firestore.ipynb b/docs/docs/integrations/memory/google_firestore.ipynb index 9549e8c32c0ed..60ba4fa8d3af8 100644 --- a/docs/docs/integrations/memory/google_firestore.ipynb +++ b/docs/docs/integrations/memory/google_firestore.ipynb @@ -47,7 +47,7 @@ }, "outputs": [], "source": [ - "%pip install -upgrade --quiet langchain-google-firestore" + "%pip install --upgrade --quiet langchain-google-firestore" ] }, {