d736cb304d2c45a4e236984821d893b95a2c2ac1
SearXNG Gemini Stream
A SearXNG plugin that streams an AI response using results as grounding context to an Answer box at the top of results.
Configuration
Set the following environment variables:
GEMINI_API_KEY: Your Google Gemini API key.GEMINI_MODEL: (Optional) Defaults togemini-3-flash-preview.
settings.yml
Add this to your SearXNG configuration file to enable the plugin:
plugins:
- name: gemini_flash
active: true
Installation
Place gemini_flash.py into the searx/plugins directory of your instance.
Description
A SearXNG plugin that generates local AI overviews powered by Ollama, using search results as RAG context.
Languages
Python
100%