/build-knowledge-mining-solution-microsoft-azure

Demo and study material for my Pluralsight course Build a Knowledge Mining Solution with Microsoft Azure

Primary LanguageC#MIT LicenseMIT

Build a Knowledge Mining Solution with Microsoft Azure

enter image description here

Hi!

Here you'll find the demo and study material for my Pluralsight course Build a Knowledge Mining Solution with Microsoft Azure.

I hope you enjoyed the course. If you have any questions, please don't hesitate don't contact me!

data-source

This folder contains the sample PDF files that are used in the course to build the demo index in the Search Service.

json

This folder contains the JSON definitions of all key components of the demo Search Service account in the course.

search-explorer-samples

This folder contains sample queries that you can run against the demo index.

rest-samples

This folder contains a Postman collection with sample calls to do various operations via the Search Service REST API against the demo index.

azure-function

This folder contains the source code for the Azure Function that is used in a custom skill in a demo in the course.

References and documentation

Custom Web API skill in an Azure Cognitive Search enrichment pipeline (payload format):

https://docs.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-web-api

Service limits in Azure Cognitive Search:

https://docs.microsoft.com/en-us/azure/search/search-limits-quotas-capacity

Azure Cognitive Search Service REST API:

https://docs.microsoft.com/en-us/rest/api/searchservice

Search Documents (Azure Cognitive Search REST API), with examples:

https://docs.microsoft.com/en-us/rest/api/searchservice/search-documents

Simple query syntax in Azure Cognitive Search:

https://docs.microsoft.com/en-us/azure/search/query-simple-syntax

Full Lucene query syntax in Azure Cognitive Search:

https://docs.microsoft.com/en-us/azure/search/query-lucene-syntax

OData language overview for $filter, $orderby, and $select in Azure Cognitive Search:

https://docs.microsoft.com/en-us/azure/search/query-odata-filter-orderby-syntax