From f66b7ba32da6e008589247d04f871585d909a7e4 Mon Sep 17 00:00:00 2001 From: Bhadresh Savani Date: Sun, 15 Sep 2024 03:38:40 +0530 Subject: [PATCH] Update google_search.ipynb (#26420) Added changes for pip installation --- docs/docs/integrations/tools/google_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/tools/google_search.ipynb b/docs/docs/integrations/tools/google_search.ipynb index 8157f192b0b..2d1bdbc4fa9 100644 --- a/docs/docs/integrations/tools/google_search.ipynb +++ b/docs/docs/integrations/tools/google_search.ipynb @@ -21,7 +21,7 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install --upgrade --quiet langchain_google_community" + "%pip install --upgrade --quiet langchain-google-community" ] }, {