Forum Discussion
taylorswift8090
Apr 17, 2025Copper Contributor
Copilot accessing a URL to retrieve content - hallucination?
Hi, When I provide a prompt to Copilot to access a website URL to search for an answer, what technique of RAG does it apply? Computer vision of the rendered web page? Or reading through the sourc...
ml4u
Apr 18, 2025Brass Contributor
When Copilot accesses a URL to retrieve content, it typically reads through the source code of the webpage rather than using computer vision to analyze the rendered page. This allows Copilot to extract text and other relevant information from the HTML content. However, if the information is dynamically generated or requires interaction, Copilot may not be able to access it directly. In such cases, it's important to ensure that the content is accessible and structured in a way that Copilot can interpret.