feat: implement RAG context awareness and non-blocking streaming

This commit is contained in:
cra88y
2026-01-10 18:25:34 -06:00
parent 531128e828
commit bf04b62577
3 changed files with 85 additions and 16 deletions
+13
View File
@@ -0,0 +1,13 @@
# SearXNG Gemini Stream Plugin
This is a SearXNG plugin that provides live AI search answers using Google Gemini Flash.
## Configuration
Set the following environment variables:
- `GEMINI_API_KEY`: Your Google Gemini API key.
- `GEMINI_MODEL`: (Optional) The model to use, defaults to `gemini-3-flash-preview`.
## Installation
This file should be placed in the `searx/plugins` directory of your SearXNG instance or configured as a plugin.