From 4ddfa82bb7662d495c2d08f8305d5f0f7905dc06 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 22 Jan 2023 18:10:24 -0300 Subject: [PATCH] docs: small typo on serpapi.md (#693) --- docs/ecosystem/serpapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem/serpapi.md b/docs/ecosystem/serpapi.md index eede382d..f78dd773 100644 --- a/docs/ecosystem/serpapi.md +++ b/docs/ecosystem/serpapi.md @@ -1,7 +1,7 @@ # SerpAPI This page covers how to use the SerpAPI search APIs 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 SerpAPI wrapper. ## Installation and Setup - Install requirements with `pip install google-search-results`