Posts

Showing posts from June, 2026

Create Question Answering Solutions With Azure AI Language (Part 2)

Image
  Create a Knowledge Base You can write code that defines, trains, and publishes the knowledge base using the REST API or SDK to create a question-answering solution. However, defining and managing a knowledge base is most frequently done through the Language Studio web interface. To create a knowledge base you: Sign in to Azure portal. Search for Azure AI services using the search field at the top of the portal. Select Create under the Language Service resource. Create a resource in your Azure subscription- Enable the question answering feature. Create or select an Azure AI Search resource to host the knowledge base index. In Create or select an Azure AI Search resource to host the knowledge base index. Language Studio, select your Azure AI Language resource and create a Custom question answering project. Add one or more data sources to populate the knowledge base- URLs for web pages containing FAQs. Files containing structured text from which questions and answers can b...