mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +00:00
Add SearXNG GUI image
This commit is contained in:
parent
405013ecaa
commit
5362211e8d
@ -117,8 +117,10 @@ Add the following to a file named `docker-compose.searxng.yaml` alongside your e
|
|||||||
services:
|
services:
|
||||||
open-webui:
|
open-webui:
|
||||||
environment:
|
environment:
|
||||||
|
ENABLE_RAG_WEB_SEARCH: True
|
||||||
|
RAG_WEB_SEARCH_ENGINE: "searxng"
|
||||||
RAG_WEB_SEARCH_RESULT_COUNT: 3
|
RAG_WEB_SEARCH_RESULT_COUNT: 3
|
||||||
RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 3
|
RAG_WEB_SEARCH_CONCURRENT_REQUESTS: 10
|
||||||
SEARXNG_QUERY_URL: "http://searxng:8080/search?q=<query>"
|
SEARXNG_QUERY_URL: "http://searxng:8080/search?q=<query>"
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
@ -145,6 +147,11 @@ You can run SearXNG directly using `docker run`:
|
|||||||
docker run -d --name searxng -p 8080:8080 -v ./searxng:/etc/searxng --restart always searxng/searxng:latest
|
docker run -d --name searxng -p 8080:8080 -v ./searxng:/etc/searxng --restart always searxng/searxng:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 4. GUI configuration
|
||||||
|
|
||||||
|
Navigate to **Workspace > Documents > Document Settings > Web Params**:
|
||||||
|

|
||||||
|
|
||||||
## Google PSE API
|
## Google PSE API
|
||||||
|
|
||||||
## Serper API
|
## Serper API
|
||||||
|
BIN
static/img/tutorial_searxng_config.png
Normal file
BIN
static/img/tutorial_searxng_config.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
Loading…
Reference in New Issue
Block a user