mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
Fixes typo in documentation (#8882)
Fixes a simple typo in the google search engine tool documentation @baskaryan
This commit is contained in:
parent
7fc07ba5df
commit
cc908d49a3
@ -9,7 +9,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"This notebook goes over how to use the google search component.\n",
|
"This notebook goes over how to use the google search component.\n",
|
||||||
"\n",
|
"\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",
|
"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 Engine (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",
|
"\n",
|
||||||
"Then we will need to set some environment variables."
|
"Then we will need to set some environment variables."
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user