SearXNG with BM25 reranking plugin pre-installed. Drop-in replacement for searxng/searxng.
services:
searxng:
image: oaklight/searxng:latest
ports:
- "127.0.0.1:8080:8080"
volumes:
- ./searxng:/etc/searxng:rw
Register the plugin in settings.yml:
plugins:
searxng_bm25_reranker.SXNGPlugin:
active: true
Reranks search results using BM25 text relevance scoring fused with original engine rankings via RRF. Supports CJK tokenization out of the box. Zero external dependencies.
latest / latest_bm25 — tracks searxng/searxng:latest, rebuilt dailyContent type
Image
Digest
sha256:1d0868a22…
Size
93.4 MB
Last updated
about 21 hours ago
docker pull oaklight/searxng