1. Microsoft Documentation, Azure AI Language, "What is question answering?": "Question answering provides cloud-based Natural Language Processing (NLP) that allows you to create a natural conversational layer over your data. It is used to find the most appropriate answer for any input from your custom knowledge base (KB) of information." It lists "Product Manuals" as a common data source.
Source: Microsoft Learn, learn.microsoft.com/en-us/azure/ai-services/language-service/question-answering/overview (Section: "When to use question answering").
2. Microsoft Documentation, Azure AI Language, "Question answering quickstart": The quickstart guide demonstrates that a user can create a fully functional knowledge base simply by providing a URL or uploading a file, highlighting the minimal development effort required.
Source: Microsoft Learn, learn.microsoft.com/en-us/azure/ai-services/language-service/question-answering/quickstart/sdk (Section: "Create a question answering project").
3. Microsoft Documentation, Azure OpenAI, "Azure OpenAI on your data": This document outlines the architecture which requires setting up an Azure AI Search resource, creating an index, and configuring an Azure OpenAI model. This multi-step process is more complex than the single-service approach of Custom question answering.
Source: Microsoft Learn, learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data (Section: "How it works").
4. Microsoft Documentation, Azure AI Document Intelligence, "What is Azure AI Document Intelligence?": "Azure AI Document Intelligence is a cloud-based Azure AI service that enables you to build intelligent document processing solutions... It's not a standalone conversational agent."
Source: Microsoft Learn, learn.microsoft.com/en-us/azure/ai-services/document-intelligence/overview (Section: "What is Azure AI Document Intelligence?").