From bd9f095ed249694a98aa438c5467564ace883ff5 Mon Sep 17 00:00:00 2001 From: Tommertom Date: Mon, 10 Apr 2023 21:36:52 +0200 Subject: [PATCH] Doc - Update google_search.ipynb - more explicit reference to places where to create API keys (#2670) Took me a bit to find the proper places to get the API keys. The link earlier provided to setup search is still good, but why not provide direct link to the Google cloud tools that give you ability to create keys? --- docs/modules/agents/tools/examples/google_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/agents/tools/examples/google_search.ipynb b/docs/modules/agents/tools/examples/google_search.ipynb index bf309995..2d664664 100644 --- a/docs/modules/agents/tools/examples/google_search.ipynb +++ b/docs/modules/agents/tools/examples/google_search.ipynb @@ -9,7 +9,7 @@ "\n", "This notebook goes over how to use the google search component.\n", "\n", - "First, you need to set up the proper API keys and environment variables. To set it up, follow the instructions found [here](https://stackoverflow.com/questions/37083058/programmatically-searching-google-in-python-using-custom-search).\n", + "First, you need to set up the proper API keys and environment variables. To set it up, create the GOOGLE_API_KEY in the Google Cloud credential console (https://console.cloud.google.com/apis/credentials) and a GOOGLE_CSE_ID using the Programmable Search Enginge (https://programmablesearchengine.google.com/controlpanel/create). Next, it is good to follow the instructions found [here](https://stackoverflow.com/questions/37083058/programmatically-searching-google-in-python-using-custom-search).\n", "\n", "Then we will need to set some environment variables." ]