readme update

This commit is contained in:
cra88y/pc
2026-01-14 11:20:25 -06:00
parent f47483714d
commit 24fc17ad69
+2 -1
View File
@@ -1,4 +1,5 @@
# AI Answers for SearXNG # AI Answers for SearXNG
**Does not block result loading time.** **Does not block result loading time.**
A SearXNG plugin that generates an AI answer using search results as RAG grounding context. Supports Google Gemini and OpenAI-compatible providers (OpenRouter, Ollama, etc.). A SearXNG plugin that generates an AI answer using search results as RAG grounding context. Supports Google Gemini and OpenAI-compatible providers (OpenRouter, Ollama, etc.).
@@ -9,7 +10,7 @@ Place `ai_answers.py` into the `searx/plugins` directory of your instance (or mo
```yaml ```yaml
plugins: plugins:
- name: ai_answers searx.plugins.ai_answers.SXNGPlugin:
active: true active: true
``` ```