This commit is contained in:
Timothy J. Baek 2024-06-12 02:55:26 -07:00
parent 19cde6805e
commit 28ab1ae980
2 changed files with 6 additions and 5 deletions

View File

@ -27,7 +27,7 @@ server:
limiter: false
image_proxy: true
port: 8080
bind_address : "0.0.0.0"
bind_address: "0.0.0.0"
ui:
static_use_hash: true
@ -40,6 +40,7 @@ search:
- html
- json
```
</details>
<details>
@ -50,6 +51,7 @@ search:
# activate link_token method in the ip_limit method
link_token = true
```
</details>
<details>
@ -107,6 +109,7 @@ static-expires = /* 86400
static-gzip-all = True
offload-threads = 4
```
</details>
### 2. Docker Compose Setup
@ -149,10 +152,9 @@ docker run -d --name searxng -p 8080:8080 -v ./searxng:/etc/searxng --restart al
### 4. GUI configuration
Navigate to **Workspace > Documents > Document Settings > Web Params**:
Navigate to **Admin Settings > Web Search**:
![SearXNG GUI Configuration](/img/tutorial_searxng_config.png)
### 5. Using Web Search in a Chat
To access Web Search, Click on the + next to the message input field.
@ -162,12 +164,11 @@ Here you can toggle Web Search On/Off.
![Web Search UI Toggle](/img/web_search_toggle.png)
#### Note
You will have to expicitly toggle this On/Off in a chat.
This is enabled on a per session basis eg. reloading the page, changing to another chat will toggle off.
## Google PSE API
## Serper API

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 59 KiB