Are you sure you want to delete this access key?
Chat UI features a powerful Web Search feature. A high level overview of how it works:
TASK_MODEL
Many providers are supported for the web search, or you can use locally scraped Google results.
For locally scraped Google results, put USE_LOCAL_WEBSEARCH=true
in your .env.local
. Please note that you may hit rate limits as we make no attempt to make the traffic look legitimate. To avoid this, you may choose a provider, such as Serper, used on the official instance.
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
You may enable support via the SEARXNG_QUERY_URL
where <query>
will be replaceed with the query keywords. Please see the official documentation for more information
Example: https://searxng.yourdomain.com/search?q=<query>&engines=duckduckgo,google&format=json
Many third party providers are supported as well. The official instance uses Serper.
YDC_API_KEY=docs.you.com api key here
SERPER_API_KEY=serper.dev api key here
SERPAPI_KEY=serpapi key here
SERPSTACK_API_KEY=serpstack api key here
SEARCHAPI_KEY=searchapi api key here
You may block or allow specific websites from the web search results. When using an allow list, only the links in the allowlist will be used. For supported search engines, the links will be blocked from the results directly. Any URL in the results that partially or fully matches the entry will be filtered out.
WEBSEARCH_BLOCKLIST=`["youtube.com", "https://example.com/foo/bar"]`
WEBSEARCH_ALLOWLIST=`["stackoverflow.com"]`
By default, Playwright will execute all Javascript on the page. This can be intensive, requiring up to 6 cores for full performance, on some webpages. You may block scripts from running by settings WEBSEARCH_JAVASCRIPT=false
. However, this will not block Javascript inlined in the HTML.
Press p or to see the previous file or, n or to see the next file
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?