From the course: Building Apps with Azure AI Language and Python

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Custom question answering using the Language Studio

Custom question answering using the Language Studio

From the course: Building Apps with Azure AI Language and Python

Custom question answering using the Language Studio

- [Instructor] Custom question answering allows you to create a natural conversational layer over your data. It is used to find appropriate answers from customer input or from a project. We first need to create an Azure AI language resource that supports this feature. We already did this in the first chapter of this course. We'll create a sample project using the Language Studio in this video. We first need to ensure that the resource we created is selected in the studio. We click the cog icon at the top right. Click Resources. And ensure that the resource we created is enabled. We then select Create New Custom Question Answering Project. We choose English for the language, then click Next. We then name our project. Click Next and click Create Project. Under Managed Sources, we select Add Source URL. We click add URL, and we paste the URL of the Surface Book user guide that we can find in this URL. We enter a source name. Then click Add All. The system will create question answer…

Contents