Skip to content

Commit 7560810

Browse files
authored
Merge pull request #105 from HeidiSteen/main
Deleted obsolete AI enrichment notebook
2 parents 6bdfca8 + 217ceb7 commit 7560810

File tree

3 files changed

+1
-424
lines changed

3 files changed

+1
-424
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains Python code samples used in Azure AI Search documentati
66
|--------|-------------|
77
| quickstart | "Day One" introduction to the fundamental tasks of working with a search index: create, load, and query. This sample is a Jupyter Python3 .ipynb file. The index is modeled on a subset of the Hotels dataset, widely used in Azure AI Search samples, but reduced here for readability and comprehension. |
88
| quickstart-semantic-search | Extends the quickstart through modifications that invoke semantic search. This notebook adds a semantic configuration to the index and semantic query options that formulate the query and response. |
9-
| tutorial-ai-enrichment | This sample is a Jupyter Python3 .ipynb file used in the [Python Tutorial: Call Azure AI Services APIs in an Azure AI Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python). This sample demonstrates Azure AI functionality, adding AI enrichments from Azure AI services to extract, detect, and analyze information from image files or large unstructured document files. |
9+
<!-- | tutorial-ai-enrichment | This sample is a Jupyter Python3 .ipynb file used in the [Python Tutorial: Call Azure AI Services APIs in an Azure AI Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python). This sample demonstrates Azure AI functionality, adding AI enrichments from Azure AI services to extract, detect, and analyze information from image files or large unstructured document files. | -->
1010
| search-website-functions-v4 | Shows how to create, load, and query a search index in Python using the Azure.Search.Documents library in the Azure SDK for Python. It also includes application code and sample data so that you can see search integration in the context of a full app. The data is from [https://github.com/zygmuntz/goodbooks-10k](https://github.com/zygmuntz/goodbooks-10k). The app is an Azure Static Web app, using the React library for user interaction, and Azure Function to handle the query requests and responses in the application layer. |
1111

1212
## Archived samples

Tutorial-AI-Enrichment/PythonTutorial-AzureSearch-AIEnrichment.ipynb

Lines changed: 0 additions & 373 deletions
This file was deleted.

0 commit comments

Comments
 (0)