Exploring native AI enrichments in Azure Cognitive Search
In Chapter 5, Azure Cognitive Search Overview and Implementation, we did a deep dive into the world of search and indexing, and then queried from what we built within that index, but we only lightly touched on the AI enhancements included natively with Cognitive Search. This section will give a more thorough look at what those additional enrichments are, how they are applied, and some best practices for using them.
The enhancements included in Cognitive Search come from the Computer Vision and Text Analytics cognitive services to better extract key information using the most common use cases in a KM solution. The features of those services included are listed in the output of the queries completed in Chapter 5, Azure Cognitive Search Overview and Implementation, and also include the following:
- Entity recognition
- Language detection
- Key phrase extraction
- Text manipulation
- Sentiment detection
- PII...