Click the "Download ZIP" button and extract the files somewhere in your PC
- Docker
- Docker compose
- NVIDIA Container Toolkit [1]
[1] In case you have a NVIDIA card
Inside the extracted folder create a searxng folder and move the files settings.yml
and limiter.toml
inside it.
mkdir -p searxng && mv settings.yml limiter.toml $_
Start the services
docker compose up -d
Optional pull manually the models
docker compose exec ollama ollama pull llama3:latest
docker compose exec ollama ollama pull mxbai-embed-large:latest
docker compose exec ollama ollama pull codellama:7b-code-q6_K
To enable Web Search skill, go to Agent Skill setting, then turn on "Web Search", pick SearXNG from the providers, and save the changes.