Skip to content

Commit 7031d19

Browse files
committed
Improve documentation structure for search engine configurations
- Add 'Search Engine Configuration' section for better organization - Move Serper setup under the new section as a subsection - Prepare structure for future search engine configuration guides - Fix anchor link reference for consistency
1 parent f18f7f5 commit 7031d19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/docs/gpt-researcher/search-engines/search-engines.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Thanks to our community, we have integrated the following web search engines:
2828
- [Google](https://developers.google.com/custom-search/v1/overview) - Env: `RETRIEVER=google`
2929
- [SearchApi](https://www.searchapi.io/) - Env: `RETRIEVER=searchapi`
3030
- [Serp API](https://serpapi.com/) - Env: `RETRIEVER=serpapi`
31-
- [Serper](https://serper.dev/) - Env: `RETRIEVER=serper` - [Setup Guide](#serper-setup)
31+
- [Serper](https://serper.dev/) - Env: `RETRIEVER=serper` - [Setup Guide](#serper)
3232
- [Searx](https://searx.github.io/searx/) - Env: `RETRIEVER=searx`
3333
- [Duckduckgo](https://pypi.org/project/duckduckgo-search/) - Env: `RETRIEVER=duckduckgo`
3434
- [Arxiv](https://info.arxiv.org/help/api/index.html) - Env: `RETRIEVER=arxiv`
@@ -72,7 +72,9 @@ For the custom retriever to work correctly, the response from the endpoint shoul
7272

7373
The system assumes this response format and processes the list of sources accordingly.
7474

75-
## Serper Setup
75+
## Search Engine Configuration
76+
77+
### Serper
7678

7779
To use [Serper](https://serper.dev/) as your search engine:
7880

@@ -84,7 +86,7 @@ RETRIEVER=serper
8486
SERPER_API_KEY=your_api_key_here
8587
```
8688

87-
### Optional Configuration
89+
**Optional Configuration:**
8890

8991
```bash
9092
SERPER_REGION=us # Country code (us, kr, jp, etc.)

0 commit comments

Comments
 (0)