mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 14:14:46 +08:00
feat:support config tavily search results (#591)
* feat:support config tavily search results * feat: support config tavily search results * feat: update the default value of include_images * fix: fix the test --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
@@ -188,7 +188,7 @@ DeerFlow allows you to control which domains are included or excluded in Tavily
|
||||
|
||||
`Tips`: it only supports Tavily currently.
|
||||
|
||||
You can configure domain filtering in your `conf.yaml` file as follows:
|
||||
You can configure domain filtering and search results in your `conf.yaml` file as follows:
|
||||
|
||||
```yaml
|
||||
SEARCH_ENGINE:
|
||||
@@ -202,6 +202,12 @@ SEARCH_ENGINE:
|
||||
exclude_domains:
|
||||
- unreliable-site.com
|
||||
- spam-domain.net
|
||||
# Include images in search results, default: true
|
||||
include_images: false
|
||||
# Include image descriptions in search results, default: true
|
||||
include_image_descriptions: false
|
||||
# Include raw content in search results, default: true
|
||||
include_raw_content: false
|
||||
```
|
||||
|
||||
## RAG (Retrieval-Augmented Generation) Configuration
|
||||
|
||||
Reference in New Issue
Block a user