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:
Fancy-hjyp
2025-09-22 18:26:50 +08:00
committed by GitHub
parent 150a730f98
commit 6bb0b95579
2 changed files with 15 additions and 4 deletions

View File

@@ -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