Module12: Creating a knowledge mining solution
Azure Cognitive Search Azure Cognitive Search is a service that supports AI-powered search and knowledge mining solutions. With Azure Cognitive Search, you can: Index documents and data from a range of sources. Use cognitive skills to enrich index data. Store extracted insights in a knowledge store for analysis and integration. Azure Resources for Cognitive Search To use Azure Cognitive Search, you must provision an Azure Cognitive Search resource in your Azure subscription. Additionally, if you plan to use cognitive skills to enrich index data, you will need a Cognitive Services resource; and if you plan to persist the enriched data to a knowledge store, you will need a Storage Account resource. Core Components of a Cognitive Search Solution A cognitive search solution consists of multiple components, each playing an important part in the process of extracting, enriching, indexing, and searching data. Data source Most search solutions start wi...