mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-24 14:44:46 +08:00
feat: add support for searx/searxng (#253)
* add searx/searxng support * nit * Fix indentation in search.py for readability * Clean up imports in search.py Removed unused imports from search.py --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
@@ -169,6 +169,10 @@ DeerFlow supports multiple search engines that can be configured in your `.env`
|
||||
- No API key required
|
||||
- Specialized for scientific and academic papers
|
||||
|
||||
- **Searx/SearxNG**: Self-hosted metasearch engine
|
||||
- Requires `SEARX_HOST` to be set in the `.env` file
|
||||
- Supports connecting to either Searx or SearxNG
|
||||
|
||||
To configure your preferred search engine, set the `SEARCH_API` variable in your `.env` file:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user