mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
30 lines
No EOL
1 KiB
Text
30 lines
No EOL
1 KiB
Text
---
|
|
title: Web Context
|
|
description: Enable ProxyAI to access and utilize live web search results.
|
|
---
|
|
|
|
# Web Context
|
|
|
|
Connect ProxyAI to the internet to enhance its knowledge with up-to-date information. When enabled, ProxyAI can perform web searches to find the most relevant context for answering your questions.
|
|
|
|
<video
|
|
src="https://proxyai-assets.s3.eu-central-1.amazonaws.com/videos/web.mp4"
|
|
alt="Web demo"
|
|
width="1200"
|
|
height="800"
|
|
className="nx-rounded-lg nx-my-4"
|
|
autoPlay
|
|
muted
|
|
loop
|
|
/>
|
|
|
|
## How it Works
|
|
|
|
When you ask a question that might benefit from current information (e.g., latest library versions, recent news, troubleshooting errors not in its training data), ProxyAI can:
|
|
|
|
1. Identify the need for external information.
|
|
2. Perform a web search based on your query.
|
|
3. Analyze and synthesize the search results.
|
|
4. Incorporate the relevant findings into its answer.
|
|
|
|
This allows the AI to provide answers based on the latest documentation, articles, and discussions available online. |