You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/use/websearch.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
The web search feature aims to provide large language models with the ability to invoke search engines like Google, Bing, and Sogou to obtain recent world information, which can improve the accuracy of model responses and reduce hallucinations to some extent.
5
5
6
-
AstrBot's built-in web search functionality relies on the large language model's `function calling` capability. If you're not familiar with function calling, please refer to: [Function Calling](/use/function-calling).
6
+
AstrBot's built-in web search functionality relies on the large language model's `function calling` capability. If you're not familiar with function calling, please refer to: [Function Calling](/use/websearch).
7
7
8
8
When using a large language model that supports function calling with the web search feature enabled, you can try saying:
9
9
@@ -14,16 +14,22 @@ When using a large language model that supports function calling with the web se
14
14
15
15
And other prompts with search intent to trigger the model to invoke the search tool.
16
16
17
-
Starting from version v4.0.0, AstrBot supports 2 types of web search source integration: `default` and `Tavily`. The former uses AstrBot's built-in web search requester to query Google, Bing, and Sogou search engines, performing best in network environments with Google access. Tavily is recommended.
17
+
AstrBot supports 3 types of web search source integration: `default`, `Tavily`, and `Baidu AI Search`.
18
+
19
+
The former uses AstrBot's built-in web search requester to query Google, Bing, and Sogou search engines, performing best in network environments with Google access. **We recommend using Tavily**.
18
20
19
21

20
22
21
-
Go to `Configuration`, scroll down to find Web Search, where you can select `default` or `Tavily`.
23
+
Go to `Configuration`, scroll down to find Web Search, where you can select `default`(default, not recommended) or `Tavily`.
22
24
23
-
### default
25
+
### default (Not Recommended)
24
26
25
27
If your device is in China and you have a proxy, you can enable the proxy and enter the HTTP proxy address in `Admin Panel - Other Configuration - HTTP Proxy` to apply the proxy.
26
28
27
29
### Tavily
28
30
29
31
Go to [Tavily](https://app.tavily.com/home) to get an API Key, then fill it in the corresponding configuration item.
32
+
33
+
If you use Tavily as your web search source, you will get a better experience optimization on AstrBot ChatUI, including citation source display and more:
0 commit comments