mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
fix
This commit is contained in:
parent
19cde6805e
commit
28ab1ae980
@ -27,7 +27,7 @@ server:
|
|||||||
limiter: false
|
limiter: false
|
||||||
image_proxy: true
|
image_proxy: true
|
||||||
port: 8080
|
port: 8080
|
||||||
bind_address : "0.0.0.0"
|
bind_address: "0.0.0.0"
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
@ -40,6 +40,7 @@ search:
|
|||||||
- html
|
- html
|
||||||
- json
|
- json
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -50,6 +51,7 @@ search:
|
|||||||
# activate link_token method in the ip_limit method
|
# activate link_token method in the ip_limit method
|
||||||
link_token = true
|
link_token = true
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -107,6 +109,7 @@ static-expires = /* 86400
|
|||||||
static-gzip-all = True
|
static-gzip-all = True
|
||||||
offload-threads = 4
|
offload-threads = 4
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### 2. Docker Compose Setup
|
### 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
|
### 4. GUI configuration
|
||||||
|
|
||||||
Navigate to **Workspace > Documents > Document Settings > Web Params**:
|
Navigate to **Admin Settings > Web Search**:
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
### 5. Using Web Search in a Chat
|
### 5. Using Web Search in a Chat
|
||||||
|
|
||||||
To access Web Search, Click on the + next to the message input field.
|
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.
|
|||||||

|

|
||||||
|
|
||||||
#### Note
|
#### Note
|
||||||
|
|
||||||
You will have to expicitly toggle this On/Off in a chat.
|
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.
|
This is enabled on a per session basis eg. reloading the page, changing to another chat will toggle off.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Google PSE API
|
## Google PSE API
|
||||||
|
|
||||||
## Serper API
|
## Serper API
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue
Block a user