b47fd08cb7
Add an optional, disabled-by-default plugin that shows an AI generated summary at the top of the result page, generated by a (local) Ollama server: - async: the result page is never delayed; a client plugin streams the answer (NDJSON over a new /ai_summary endpoint) into a placeholder answer with a typing indicator, collapsed behind a More button, with an inline follow-up chat - trigger: first page of general searches only, skipped when an infobox or instant answer already answers the query - grounding (per-user preference): send the top result snippets as context, the model answers from them instead of its own knowledge - configuration: new AI Summary preferences tab (server URL, model, grounding) with instance defaults in a new ai_summary: settings section; all three preferences can be locked for public instances Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
29 lines
450 B
ReStructuredText
29 lines
450 B
ReStructuredText
.. _searxng settings.yml:
|
|
|
|
========
|
|
Settings
|
|
========
|
|
|
|
.. sidebar:: Further reading ..
|
|
|
|
- :ref:`engine settings`
|
|
- :ref:`engine file`
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
settings
|
|
settings_engines
|
|
settings_brand
|
|
settings_general
|
|
settings_search
|
|
settings_server
|
|
settings_ui
|
|
settings_preferences
|
|
settings_redis
|
|
settings_valkey
|
|
settings_outgoing
|
|
settings_categories_as_tabs
|
|
settings_plugins
|
|
settings_ai_summary
|