Skip to content

Commit

Permalink
Merge pull request #121 from ivostoykov/main
Browse files Browse the repository at this point in the history
added google pse setup instructions into tutorial
  • Loading branch information
tjbck authored Jun 19, 2024
2 parents 55c11b6 + cbfe550 commit 5cae7ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/tutorial/web_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,24 @@ This is enabled on a per session basis eg. reloading the page, changing to anoth

## Google PSE API

1. Go to Google Developers, use [Programmable Search Engine](https://developers.google.com/custom-search), and log on or create account.
2. Go to [control pannel](https://programmablesearchengine.google.com/controlpanel/all) and click `Add` button
3. Enter a search engine name, set the other properties to suit your needs, verify you're not a robot and click `Create` button.
4. Generate `API key` and get the `Search engine ID`. (Available after the engine is created)
5. With `API key` and `Search engine ID`, open `Open WebUI Admin pannel` and click `Settings` tab, and then click `Web Search`
6. Enable `Web search` and Set `Web Search Engine` to `google_pse`
7. Fill `Google PSE API Key` with the `API key` and `Google PSE Engine Id` (# 4)
8. click `Save`

![Open WebUI Admin pannel](../../static/img/tutorial_google_pse1.png)


#### Note
You have to enable `Web search` in the prompt field, using plus (`+`) button.
Search the web ;-)

![enable Web search](../../static/img/tutorial_google_pse2.png)

## Serper API

## Serpstack API
Expand Down
Binary file added static/img/tutorial_google_pse1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/tutorial_google_pse2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5cae7ca

Please sign in to comment.