Create a Knowledge Store With Azure AI Search
Introduction With Azure AI Search, you can develop search solutions that employ an AI skill pipeline to enhance data and fill an index. The data enrichments performed by the skills in the pipeline supplement the source data with insights such as: The language in which a document is written. Key phrases that might help determine the main themes or topics discussed in a document. A sentiment score that quantifies how positive or negative a document is. Specific locations, people, organizations, or landmarks mentioned in the content. AI-generated descriptions of images, or image text extracted by optical character recognition (OCR). A comprehensive search solution that goes beyond a simple full text search of the source content can be created thanks to the enriched data in the index. Knowledge Stores Although the index may be the main result of an indexing procedure, there may be additional uses for the enriched data it contains. For example: It could be helpful to export the object...