From 34cb8850e946b9acd4fa0de97e151ea4092c2ffc Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 22 Jan 2023 18:09:15 -0300 Subject: [PATCH] docs: small typo google_search.md (#692) --- docs/ecosystem/google_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem/google_search.md b/docs/ecosystem/google_search.md index a85a3765..dcf90162 100644 --- a/docs/ecosystem/google_search.md +++ b/docs/ecosystem/google_search.md @@ -1,7 +1,7 @@ # Google Search Wrapper This page covers how to use the Google Search API within LangChain. -It is broken into two parts: installation and setup, and then references to specific Pinecone wrappers. +It is broken into two parts: installation and setup, and then references to the specific Google Search wrapper. ## Installation and Setup - Install requirements with `pip install google-api-python-client`