Internet Search โ
Page Assist supports internet search which can be used with your LLM. It works similarly to ChatGPT's internet search.
Supported Search Engines โ
- Google (with region support)
- DuckDuckGo
- Sogou
- Baidu
- Searxng
- Brave
- Brave Search API
- Bing
- Stract
- StartPage
How to use Internet Search โ
Both Sidebar and Web UI support internet search. You can use it by toggling the switch on the right side with the globe icon.
Update Search Prompt โ
You can update the search prompt by going to Settings > RAG Settings. Scroll down and you will find the option Configure RAG Prompt
. Select the Web
tab and update the prompt.
{search_results}
- This will be replaced with search results. (do not remove this){current_date_time}
- This will be replaced with current date and time.{query}
- This will be replaced with the search query.
Visit websites from messages โ
This feature is enabled by default. If you want to disable it, you can do it from the settings.
How it works? โ
When you enable internet search and input a webpage URL into the input box and send it, Page Assist will visit the website and extract the text from it. Then it will send the text to the LLM.
Deep Search Mode โ
By default, Perform Simple Internet Search
is enabled. If you want to use Deep Search Mode, you need to disable it.
Deep Search Mode will visit the website and extract the text from it. Then it will send the text to the LLM.
WARNING
The current Deep Search is not similar to ChatGPT's DeepSearch. It is a very basic implementation.
Enable Internet Search by Default โ
You can enable Internet Search by default by following these steps:
- Go to Settings
- Under the
General Settings
section - Scroll down to
Manage Web Search
- Enable
Internet Search ON by default
- Click on
Save Settings