From b6f504eea4cf3dcbc870ee4b685384fe980a5151 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Thu, 22 Feb 2024 12:15:35 -0800 Subject: [PATCH] Update google.mdx --- docs/docs/integrations/platforms/google.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/platforms/google.mdx b/docs/docs/integrations/platforms/google.mdx index e2845bf358928..6e05e143d9c22 100644 --- a/docs/docs/integrations/platforms/google.mdx +++ b/docs/docs/integrations/platforms/google.mdx @@ -560,7 +560,7 @@ from langchain_community.chat_loaders.gmail import GMailLoader ### SearchApi ->[SearchApo](https://www.searchapi.io/) provides a 3rd-party API to access Google search results, YouTube search & transcripts, and other Google-related engines. +>[SearchApi](https://www.searchapi.io/) provides a 3rd-party API to access Google search results, YouTube search & transcripts, and other Google-related engines. See [usage examples and authorization instructions](/docs/integrations/tools/searchapi). @@ -639,4 +639,4 @@ See a [usage example](/docs/integrations/document_loaders/youtube_transcript). ```python from langchain_community.document_loaders import YoutubeLoader -``` \ No newline at end of file +```