docs(web): fix SearXNG env configuration

This commit is contained in:
helix4u
2026-05-07 17:54:47 -07:00
committed by Teknium
parent 1bdacb697c
commit faa13e49f8
2 changed files with 14 additions and 6 deletions
+3 -2
View File
@@ -5,10 +5,11 @@ It implements ``WebSearchProvider`` only — there is no extract capability.
Configuration::
# ~/.hermes/config.yaml (SEARXNG_URL is a URL, not a secret — use config.yaml not .env)
SEARXNG_URL: http://localhost:8080
# ~/.hermes/.env
SEARXNG_URL=http://localhost:8080
# Use SearXNG for search, pair with any extract provider:
# ~/.hermes/config.yaml
web:
search_backend: "searxng"
extract_backend: "firecrawl"