assafelovic / gpt-researcher

LLM based autonomous agent that conducts local and web research on any topic and generates a comprehensive report with citations.
https://gptr.dev
Apache License 2.0
15k stars 2.01k forks source link

Searx retriever refactoring #960

Closed igochkov closed 3 weeks ago

igochkov commented 3 weeks ago

In relation to #909

Searx retriever (searx.py) has been rewritten to conform to the SearXNG API specification. Searx is being discontinued and SearXNG is the successor.

N.B. To work with this retriever, the SearXNG service must be configured to enable the json output format. By default, for self-hosting scenarios, only html format is enabled in the settings.yml file!