Skip to content

Commit aaa2d3f

Browse files
committed
Readme updates
1 parent 3c0638b commit aaa2d3f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ This repository contains Python code samples used in Azure Cognitive Search docu
44

55
| Sample | Description |
66
|--------|-------------|
7-
| image-processing | This sample is a Jupyter Python3 .ipynb file that shows how to work with image skills in a skillset. Although the skillset performs useful operations, including Optical Character Recognition (OCR) and redaction of personally identifying information, the sample's purpose is to demonstrate the coordination of image file handoffs from one skill to the next. |
87
| 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 Cognitive Search samples, but reduced here for readability and comprehension. |
98
| 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. |
109
| tutorial-ai-enrichment | This sample is a Jupyter Python3 .ipynb file used in the [Python Tutorial: Call Cognitive Services APIs in an Azure Cognitive Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python). This sample demonstrates cognitive search functionality, adding AI enrichments from Cognitive Services to extract, detect, and analyze information from image files or large unstructured document files. |
1110
| 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. |
1211

1312
## Archived samples
1413

15-
See the **Archive** branch to access archived samples that are no longer maintained:
16-
17-
* azureml-custom-skill
14+
+ **azureml-custom-skill**: See the **Archive** branch of this repository.
15+
+ **image-processing**: See [azure-search-sample-archive/tree/main/image-processing](https://github.com/Azure-Samples/azure-search-sample-archive/tree/main/image-processing).

search-website-functions-v4/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ You can deploy the sample onto Azure or run it locally by following the steps be
5858
## Setup
5959

6060
1. Clone (or Fork and Clone) this repository.
61-
1. Open `./search-website` in Visual Studio Code.
61+
62+
1. Open `./search-website-functions-v4` in Visual Studio Code.
6263

6364
This sample code runs the Azure Function API remotely on your cloned repository. If you intend to run it locally, you need to [install azure-functions-core-tools](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=shopathome-github-jopapa) globally with the following bash command: `npm install -g azure-functions-core-tools@3 --unsafe-perm true`
6465

0 commit comments

Comments
 (0)