Share via

Is Azure's OpenAI API GPT-3.5 TURBO capable of reading and processing website data obtained through URLs

Anonymous
2023-07-20T12:26:35.7766667+00:00

Q.1 Is Azure's OpenAI API GPT-3.5 TURBO capable of reading and processing website data obtained through URLs?

If the answer to Q.1 is yes:

Q.2 Where do I need to define my site's URL?

If the answer to Q.1 is yes:

Q.3 Does it read sites in real-time, or is there another way it updates our knowledge from URLs? In other words, does it automatically update the information from the URLs?

Q.4 Is uploading data through the chat playground in Azure Open AI the only method available, or can I also define data in my Python code?

**
Note**

I have also run the project on my PC, which can be found at https://github.com/microsoft/sample-app-aoai-chatGPT/tree/main. It uses Azure Cognitive Search.

Azure AI Search
Azure AI Search

An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.

Azure OpenAI in Foundry Models
0 comments No comments

Answer accepted by question author

  1. Pramod Valavala 20,661 Reputation points Microsoft Employee Moderator
    2023-07-20T15:40:25.0233333+00:00

    @Anonymous The answer to your first question is no.

    While currently in preview, you would need to follow the steps in the official doc for using your own data which in turn uses Azure Cognitive Search to index your data.

    You could also implement something similar using your own vector database and an AI Orchestrator like Semantic Kernel as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.