Add the InfoQuest banner to the README (#748)

* add readme iq pic

* add readme iq pic

* add readme iq pic

* add readme iq pic

* add readme iq pic

* add readme iq pic
This commit is contained in:
infoquest-byteplus
2025-12-08 17:42:04 +08:00
committed by GitHub
parent 3bf4e1defb
commit fde7a69562
7 changed files with 51 additions and 9 deletions

View File

@@ -11,7 +11,13 @@
目前DeerFlow 已正式入驻[火山引擎的 FaaS 应用中心](https://console.volcengine.com/vefaas/region:vefaas+cn-beijing/market),用户可通过[体验链接](https://console.volcengine.com/vefaas/region:vefaas+cn-beijing/market/deerflow/?channel=github&source=deerflow)进行在线体验直观感受其强大功能与便捷操作同时为满足不同用户的部署需求DeerFlow 支持基于火山引擎一键部署,点击[部署链接](https://console.volcengine.com/vefaas/region:vefaas+cn-beijing/application/create?templateId=683adf9e372daa0008aaed5c&channel=github&source=deerflow)即可快速完成部署流程,开启高效研究之旅。
DeerFlow 新接入BytePlus自主推出的智能搜索与爬取工具集--[InfoQuest支持在线免费体验](https://console.byteplus.com/infoquest/infoquests)
DeerFlow 新接入BytePlus自主推出的智能搜索与爬取工具集--[InfoQuest支持在线免费体验](https://docs.byteplus.com/en/docs/InfoQuest/What_is_Info_Quest)
<a href="https://docs.byteplus.com/en/docs/InfoQuest/What_is_Info_Quest" target="_blank">
<img
src="https://sf16-sg.tiktokcdn.com/obj/eden-sg/hubseh7bsbps/20251208-141052.png" alt="infoquest_bannar"
/>
</a>
请访问[DeerFlow 的官方网站](https://deerflow.tech/)了解更多详情。
@@ -34,9 +40,9 @@ DeerFlow 新接入BytePlus自主推出的智能搜索与爬取工具集--[InfoQu
- [撰写关于南京传统美食的文章](https://deerflow.tech/chat?replay=nanjing-traditional-dishes)
- [如何装饰租赁公寓?](https://deerflow.tech/chat?replay=rental-apartment-decoration)
- [访问我们的官方网站探索更多回放示例。](https://deerflow.tech/#case-studies)
---
## 📑 目录
- [🚀 快速开始](#快速开始)
@@ -179,7 +185,7 @@ DeerFlow 支持多种搜索引擎,可以在`.env`文件中通过`SEARCH_API`
要配置您首选的搜索引擎,请在`.env`文件中设置`SEARCH_API`变量:
```bash
# 选择一个tavily, infoquest,duckduckgo, brave_search, arxiv
# 选择一个tavily, infoquest, duckduckgo, brave_search, arxiv
SEARCH_API=tavily
```