Add SearXNG GUI image

This commit is contained in:
Justin Hayes 2024-06-04 14:08:03 -04:00 committed by GitHub
parent 405013ecaa
commit 5362211e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -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**:
![SearXNG GUI Configuration](/img/tutorial_searxng_config.png)
## Google PSE API ## Google PSE API
## Serper API ## Serper API

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB