diff --git a/docs/docs/integrations/tools/google_drive.ipynb b/docs/docs/integrations/tools/google_drive.ipynb index d3d216a733b..bc28a0597ac 100644 --- a/docs/docs/integrations/tools/google_drive.ipynb +++ b/docs/docs/integrations/tools/google_drive.ipynb @@ -99,7 +99,7 @@ }, "outputs": [], "source": [ - "from langchain_googldrive.tools.google_drive.tool import GoogleDriveSearchTool\n", + "from langchain_googledrive.tools.google_drive.tool import GoogleDriveSearchTool\n", "from langchain_googledrive.utilities.google_drive import GoogleDriveAPIWrapper\n", "\n", "# By default, search only in the filename.\n",