feat: implement RAG context awareness and non-blocking streaming
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user