You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/samples-javascript.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Code samples from the Azure SDK development team demonstrate API usage. You can
35
35
| Sample | Description |
36
36
|--|--|
37
37
|[indexes](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/javascript)| Create, update, get, list, and delete [indexes](search-what-is-an-index.md). This sample category also includes a service statistic sample. |
38
-
|[indexers](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/javascript)| Create, update, get, list, reset, and delete [indexers](search-indexer-overview.md).|
38
+
|[indexers](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/javascript)| Create, update, get, list, reset, and delete [indexers](search-indexer-overview.md).|
39
39
|[dataSourceConnections (for indexers)](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/samples/v11/javascript/dataSourceConnectionOperations.js)| Create, update, get, list, and delete data source connections, which are required for indexer-based indexing of [supported data sources](search-indexer-overview.md#supported-data-sources). |
40
40
|[skillsets](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/javascript)| Create, update, get, list, and delete [skillsets](cognitive-search-working-with-skillsets.md) that are attached to indexers and perform AI-based enrichment during indexing. |
41
41
|[synonymMaps](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/javascript)| Create, update, get, list, and delete [synonym maps](search-synonyms.md). |
@@ -46,7 +46,7 @@ Code samples from the Azure SDK development team demonstrate API usage. You can
46
46
| Sample | Description |
47
47
|--|--|
48
48
|[indexes](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/typescript/src)| Create, update, get, list, and delete [indexes](search-what-is-an-index.md). This sample category also includes a service statistic sample. |
49
-
|[indexers](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/typescript/src)| Create, update, get, list, reset, and delete [indexers](search-indexer-overview.md).|
49
+
|[indexers](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/search/search-documents/samples/v11/typescript/src)| Create, update, get, list, reset, and delete [indexers](search-indexer-overview.md).|
50
50
|[dataSourceConnections (for indexers)](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/samples/v11/typescript/src/dataSourceConnectionOperations.ts)| Create, update, get, list, and delete data source connections, which are required for indexer-based indexing of [supported data sources](search-indexer-overview.md#supported-data-sources). |
51
51
|[skillsets](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/samples/v11/typescript/src/skillSetOperations.ts)| Create, update, get, list, and delete [skillsets](cognitive-search-working-with-skillsets.md) that are attached to indexers and perform AI-based enrichment during indexing. |
52
52
|[synonymMaps](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/search/search-documents/samples/v11/typescript/src/synonymMapOperations.ts)| Create, update, get, list, and delete [synonym maps](search-synonyms.md). |
Copy file name to clipboardExpand all lines: articles/search/samples-python.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,10 +68,10 @@ The following samples are also published by the Azure AI Search team but aren't
68
68
69
69
| Sample | Description |
70
70
|--|--|
71
-
|[azure-function-search](https://github.com/Azure-Samples/azure-search-python-samples/tree/main/azure-function-search)| Azure function that sends queries to a search service. You can substitute this Python version for the `api` code used in [Add search to web sites with .NET](tutorial-csharp-overview.md). |
71
+
|[azure-function-search](https://github.com/Azure-Samples/azure-search-python-samples/tree/main/azure-function-search)|Use an Azure function to send queries to a search service. You can substitute this Python version for the `api` code used in [Add search to web sites with .NET](tutorial-csharp-overview.md). |
72
72
|[bulk-insert](https://github.com/Azure-Samples/azure-search-python-samples/tree/main/bulk-insert)|[Use the push APIs](search-how-to-load-search-index.md) to upload and index documents. |
73
73
|[index-backup-and-restore.ipynb](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-python/code/utilities/index-backup-restore)| Make a local copy of retrievable fields in an index and push those fields to a new index. |
74
-
|[resumable-index-backup-restore](https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/utilities/resumable-index-backup-restore/backup-and-restore.ipynb)| Back up and restore larger indexes that exceed 100,000 documents.|
74
+
|[resumable-index-backup-restore](https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/utilities/resumable-index-backup-restore/backup-and-restore.ipynb)| Back up and restore larger indexes that exceed 100,000 documents.|
75
75
76
76
> [!TIP]
77
77
> Use the [samples browser](/samples/browse/?languages=python&products=azure-cognitive-search) to search for Microsoft code samples on GitHub. You can filter your search by product, service, and language.
Copy file name to clipboardExpand all lines: articles/search/samples-rest.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ Code samples from the Azure AI Search team demonstrate features and workflows. T
29
29
|[quickstart](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Quickstart)|[Quickstart: Full-text search](search-get-started-text.md)| Create, load, and query a search index using sample data. |
30
30
|[quickstart-agentic-retrieval](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Quickstart-agentic-retrieval)|[Quickstart: Agentic retrieval](search-get-started-agentic-retrieval.md)| Integrate semantic ranking with LLM-powered query planning and answer generation. |
31
31
|[quickstart-vectors](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Quickstart-vectors)|[Quickstart: Vector search](search-get-started-vector.md)| Index and query vector content. |
32
-
|[skillset-tutorial](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/skillset-tutorial)|[Tutorial: AI-generated searchable content from Azure blobs](tutorial-skillset.md)| Create a skillset that iterates over Azure blobs to extract information and infer structure.|
32
+
|[skillset-tutorial](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/skillset-tutorial)|[Tutorial: AI-generated searchable content from Azure blobs](tutorial-skillset.md)| Create a skillset that iterates over Azure blobs to extract information and infer structure.|
33
33
|[debug-sessions](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/Debug-sessions)|[Tutorial: Fix a skillset using Debug Sessions](cognitive-search-tutorial-debug-sessions.md)| Use REST to create search objects that you later debug in the Azure portal. |
34
-
|[custom-analyzers](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/custom-analyzers)|[Tutorial: Create a custom analyzer for phone numbers](tutorial-create-custom-analyzer.md)| Use an analyzer to preserve patterns and special characters in searchable content.|
34
+
|[custom-analyzers](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/custom-analyzers)|[Tutorial: Create a custom analyzer for phone numbers](tutorial-create-custom-analyzer.md)| Use an analyzer to preserve patterns and special characters in searchable content.|
35
35
|[index-json-blobs](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/index-json-blobs)|[Tutorial: Index JSON blobs from Azure Storage](search-semi-structured-data.md)| Create an indexer, data source, and index for nested JSON within a JSON array. Demonstrates the jsonArray parsing model and documentRoot parameters. |
36
36
|[knowledge-store](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/knowledge-store)|[Create a knowledge store using REST](knowledge-store-create-rest.md)| Populate a knowledge store for knowledge mining workflows. |
37
-
|[projections](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/projections)|[Define projections in a knowledge store](knowledge-store-projections-examples.md)| Specify the physical data structures in a knowledge store.|
37
+
|[projections](https://github.com/Azure-Samples/azure-search-rest-samples/tree/main/projections)|[Define projections in a knowledge store](knowledge-store-projections-examples.md)| Specify the physical data structures in a knowledge store.|
0 commit comments