From 05b35c688a57d893893e97353b21b0685eec467f Mon Sep 17 00:00:00 2001 From: Phoenix2809 <133874957+Phoenix2809@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:31:35 +0530 Subject: [PATCH 1/3] Updated README.md Provided Instructions for serper.dev API key creation and configuring it in the Toolkit Page --- superagi/tools/google_serp_search/{README.MD => README.md} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename superagi/tools/google_serp_search/{README.MD => README.md} (85%) diff --git a/superagi/tools/google_serp_search/README.MD b/superagi/tools/google_serp_search/README.md similarity index 85% rename from superagi/tools/google_serp_search/README.MD rename to superagi/tools/google_serp_search/README.md index 2ec1bcc08..79660915f 100644 --- a/superagi/tools/google_serp_search/README.MD +++ b/superagi/tools/google_serp_search/README.md @@ -18,15 +18,14 @@ Set up the SuperAGI by following the instructions given (https://github.com/Tran ### 🔧 **Add Google Serp Search API Key in SuperAGI Dashboard** -1. Register an account verifying your email and phone number. +1. Register an account at [https://serper.dev/](https://serper.dev/) with your Email ID. 2. Your Private API Key would be made. Copy that and save it in a separate text file. -![Screenshot-google serp](https://github.com/TransformerOptimus/SuperAGI/assets/43145646/7f20e9ae-3a25-49cd-aa72-b96f7e6ae305) +![image](https://github.com/Phoenix2809/SuperAGI/assets/133874957/2f22f1ca-4ea0-474c-99ba-d79fc1d6e372) 3. Open up the Google SERP Toolkit page in SuperAGI's Dashboard and paste your Private API Key. - ## Running SuperAGI Google Search Serp Tool You can simply ask your agent about the latest information regarding anything and your agent will be able to browse the internet to get that information for you. From b53048cbe1a3c9851ffa3b535d2b165e802cbb21 Mon Sep 17 00:00:00 2001 From: Phoenix2809 <133874957+Phoenix2809@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:43:10 +0530 Subject: [PATCH 2/3] Update README.md Updated Image --- superagi/tools/google_serp_search/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superagi/tools/google_serp_search/README.md b/superagi/tools/google_serp_search/README.md index 79660915f..efe049054 100644 --- a/superagi/tools/google_serp_search/README.md +++ b/superagi/tools/google_serp_search/README.md @@ -22,7 +22,8 @@ Set up the SuperAGI by following the instructions given (https://github.com/Tran 2. Your Private API Key would be made. Copy that and save it in a separate text file. -![image](https://github.com/Phoenix2809/SuperAGI/assets/133874957/2f22f1ca-4ea0-474c-99ba-d79fc1d6e372) +![Serper_Key](https://github.com/Phoenix2809/SuperAGI/assets/133874957/dfe70b4f-11e2-483b-aa33-07b15150103d) + 3. Open up the Google SERP Toolkit page in SuperAGI's Dashboard and paste your Private API Key. From 0fe28c8de8884ebee2f32eb46547dd48d5cccec7 Mon Sep 17 00:00:00 2001 From: Phoenix2809 <133874957+Phoenix2809@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:45:58 +0530 Subject: [PATCH 3/3] Update config_template.yaml Modified Serp Configuration for SERPER --- config_template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_template.yaml b/config_template.yaml index f048df782..916b1b340 100644 --- a/config_template.yaml +++ b/config_template.yaml @@ -67,8 +67,8 @@ WEAVIATE_USE_EMBEDDED: true GOOGLE_API_KEY: YOUR_GOOGLE_API_KEY SEARCH_ENGINE_ID: YOUR_SEARCH_ENIGNE_ID -# IF YOU DONT HAVE GOOGLE SEARCH KEY, USE THIS -SERP_API_KEY: YOUR_SERP_API_KEY +# IF YOU DONT HAVE GOOGLE SEARCH KEY, YOU CAN USE SERPER.DEV KEYS +SERP_API_KEY: YOUR_SERPER_API_KEY #ENTER YOUR EMAIL CREDENTIALS TO ACCESS EMAIL TOOL EMAIL_ADDRESS: YOUR_EMAIL_ADDRESS @@ -117,4 +117,4 @@ ENGINE_ID: "stable-diffusion-xl-beta-v2-2-2" ## To use Qdrant for vector store #QDRANT_HOST_NAME: YOUR_QDRANT_HOST_NAME -#QDRANT_PORT: YOUR_QDRANT_PORT \ No newline at end of file +#QDRANT_PORT: YOUR_QDRANT_PORT