mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 22:24: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:
@@ -163,6 +163,10 @@ DeerFlow 支持多种搜索引擎,可以在`.env`文件中通过`SEARCH_API`
|
||||
- 无需 API 密钥
|
||||
- 专为科学和学术论文设计
|
||||
|
||||
- **Searx/SearxNG**:自托管的元搜索引擎
|
||||
- 需要在`.env`文件中设置`SEARX_HOST`
|
||||
- 支持对接Searx或SearxNG
|
||||
|
||||
要配置您首选的搜索引擎,请在`.env`文件中设置`SEARCH_API`变量:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user