Skip to content

Commit 350c3c5

Browse files
authored
Merge pull request #276126 from HeidiSteen/heidist-features
[azure search] TOC edits
2 parents f21b0a8 + b161638 commit 350c3c5

File tree

3 files changed

+105
-91
lines changed

3 files changed

+105
-91
lines changed

articles/search/TOC.yml

Lines changed: 94 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
href: /azure/ai-services/openai/use-your-data-quickstart?context=/azure/search/context/context
2424
- name: Portal
2525
items:
26-
- name: Create an index
26+
- name: Create an index (Import data wizard)
2727
href: search-get-started-portal.md
28-
- name: Data chunking and vectorization in Azure portal (preview)
28+
- name: Import, chunk, and vectorize data
2929
href: search-get-started-portal-import-vectors.md
3030
- name: Create a demo app
3131
href: search-create-app-portal.md
@@ -123,6 +123,8 @@
123123
href: samples-python.md
124124
- name: REST samples
125125
href: samples-rest.md
126+
- name: Vector samples
127+
href: https://github.com/Azure/azure-search-vector-samples
126128
- name: Concepts
127129
items:
128130
- name: Data
@@ -200,16 +202,18 @@
200202
href: ../reliability/migrate-search-service.md
201203
- name: Multi-tenancy
202204
href: search-modeling-multitenant-saas-applications.md
203-
- name: Manage in the portal
204-
href: search-manage.md
205-
- name: Manage with PowerShell
206-
href: search-manage-powershell.md
207-
- name: Manage with Azure CLI
208-
href: search-manage-azure-cli.md
209-
- name: Manage with REST
210-
href: search-manage-rest.md
211-
- name: Move service across regions
212-
href: search-howto-move-across-regions.md
205+
- name: Manage
206+
items:
207+
- name: Manage in the portal
208+
href: search-manage.md
209+
- name: Manage with PowerShell
210+
href: search-manage-powershell.md
211+
- name: Manage with Azure CLI
212+
href: search-manage-azure-cli.md
213+
- name: Manage with REST
214+
href: search-manage-rest.md
215+
- name: Move service across regions
216+
href: search-howto-move-across-regions.md
213217
- name: Index management
214218
items:
215219
- name: Create a search index
@@ -518,36 +522,80 @@
518522
href: /legal/search/transparency-note?context=/azure/search/context/context
519523
- name: Reference
520524
items:
521-
- name: REST
525+
- name: API reference
522526
items:
523527
- name: Search REST API
524528
href: /rest/api/searchservice
525529
- name: Management REST API
526530
href: /rest/api/searchmanagement
527-
- name: .NET
531+
- name: Azure SDK reference
528532
items:
529-
- name: Azure.Search.Documents
530-
href: /dotnet/api/overview/azure/search.documents-readme
531-
- name: Azure.ResourceManager.Search
532-
href: /dotnet/api/overview/azure/resourcemanager.search-readme
533-
- name: Java
534-
items:
535-
- name: com.azure.search.documents
536-
href: /java/api/overview/azure/search-documents-readme
537-
- name: com.azure.resourcemanager.search
538-
href: /java/api/overview/azure/search/management
539-
- name: JavaScript
533+
- name: .NET
534+
items:
535+
- name: Azure.Search.Documents
536+
href: /dotnet/api/overview/azure/search.documents-readme
537+
- name: Azure.ResourceManager.Search
538+
href: /dotnet/api/overview/azure/resourcemanager.search-readme
539+
- name: Java
540+
items:
541+
- name: com.azure.search.documents
542+
href: /java/api/overview/azure/search-documents-readme
543+
- name: com.azure.resourcemanager.search
544+
href: /java/api/overview/azure/search/management
545+
- name: JavaScript
546+
items:
547+
- name: azure/search-documents
548+
href: /javascript/api/overview/azure/search-documents-readme
549+
- name: azure/arm-search
550+
href: /javascript/api/@azure/arm-search/
551+
- name: Python
552+
items:
553+
- name: azure-search-documents
554+
href: /python/api/overview/azure/search-documents-readme
555+
- name: azure-mgmt-search
556+
href: /python/api/azure-mgmt-search/
557+
- name: Data reference
540558
items:
541-
- name: azure/search-documents
542-
href: /javascript/api/overview/azure/search-documents-readme
543-
- name: azure/arm-search
544-
href: /javascript/api/@azure/arm-search/
545-
- name: Python
559+
- name: Data types
560+
href: /rest/api/searchservice/supported-data-types
561+
- name: Data types for indexer data sources
562+
href: /rest/api/searchservice/data-type-map-for-indexers-in-azure-search
563+
- name: Stopwords reference
564+
href: reference-stopwords.md
565+
- name: Query reference
546566
items:
547-
- name: azure-search-documents
548-
href: /python/api/overview/azure/search-documents-readme
549-
- name: azure-mgmt-search
550-
href: /python/api/azure-mgmt-search/
567+
- name: Simple query syntax
568+
href: query-simple-syntax.md
569+
- name: Full Lucene query syntax
570+
href: query-lucene-syntax.md
571+
- name: moreLikeThis (preview)
572+
href: search-more-like-this.md
573+
- name: OData language reference
574+
items:
575+
- name: Overview
576+
href: query-odata-filter-orderby-syntax.md
577+
- name: $filter
578+
href: search-query-odata-filter.md
579+
- name: $orderby
580+
href: search-query-odata-orderby.md
581+
- name: $select
582+
href: search-query-odata-select.md
583+
- name: any, all
584+
href: search-query-odata-collection-operators.md
585+
- name: eq, ne, gt, lt, ge, le
586+
href: search-query-odata-comparison-operators.md
587+
- name: search.ismatch, search.ismatchscoring
588+
href: search-query-odata-full-text-search-functions.md
589+
- name: geo.distance, geo.intersects
590+
href: search-query-odata-geo-spatial-functions.md
591+
- name: and, or, not
592+
href: search-query-odata-logical-operators.md
593+
- name: search.in
594+
href: search-query-odata-search-in-function.md
595+
- name: search.score
596+
href: search-query-odata-search-score-function.md
597+
- name: OData Language Grammar
598+
href: search-query-odata-syntax-reference.md
551599
- name: Resource management
552600
items:
553601
- name: Azure CLI
@@ -561,46 +609,6 @@
561609
href: ./policy-reference.md
562610
- name: Monitoring data reference
563611
href: monitor-azure-cognitive-search-data-reference.md
564-
- name: Data type reference
565-
href: /rest/api/searchservice/supported-data-types
566-
- name: Data types for indexer data sources
567-
href: /rest/api/searchservice/data-type-map-for-indexers-in-azure-search
568-
- name: Stopwords reference
569-
href: reference-stopwords.md
570-
- name: OData language reference
571-
items:
572-
- name: Overview
573-
href: query-odata-filter-orderby-syntax.md
574-
- name: $filter
575-
href: search-query-odata-filter.md
576-
- name: $orderby
577-
href: search-query-odata-orderby.md
578-
- name: $select
579-
href: search-query-odata-select.md
580-
- name: any, all
581-
href: search-query-odata-collection-operators.md
582-
- name: eq, ne, gt, lt, ge, le
583-
href: search-query-odata-comparison-operators.md
584-
- name: search.ismatch, search.ismatchscoring
585-
href: search-query-odata-full-text-search-functions.md
586-
- name: geo.distance, geo.intersects
587-
href: search-query-odata-geo-spatial-functions.md
588-
- name: and, or, not
589-
href: search-query-odata-logical-operators.md
590-
- name: search.in
591-
href: search-query-odata-search-in-function.md
592-
- name: search.score
593-
href: search-query-odata-search-score-function.md
594-
- name: OData Language Grammar
595-
href: search-query-odata-syntax-reference.md
596-
- name: Query syntax reference
597-
items:
598-
- name: Simple query syntax
599-
href: query-simple-syntax.md
600-
- name: Full Lucene query syntax
601-
href: query-lucene-syntax.md
602-
- name: moreLikeThis (preview)
603-
href: search-more-like-this.md
604612
- name: Skills reference
605613
items:
606614
- name: Overview
@@ -676,16 +684,20 @@
676684
items:
677685
- name: Stack Overflow
678686
href: https://stackoverflow.com/questions/tagged/azure-cognitive-search
679-
- name: Pricing
687+
- name: Pricing calculator
680688
href: https://azure.microsoft.com/pricing/details/search/
681-
- name: Products by Region
689+
- name: Azure products by region
682690
href: https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=search
683-
- name: Demo sites
684-
href: resource-demo-sites.md
685-
- name: Tools and Accelerators
686-
href: resource-tools.md
687-
- name: Training
688-
href: resource-training.md
691+
- name: Compliance and certification
692+
href: /azure/compliance/
693+
- name: Demos, tools, and training
694+
items:
695+
- name: Demo sites
696+
href: resource-demo-sites.md
697+
- name: Tools and accelerators
698+
href: resource-tools.md
699+
- name: Training
700+
href: resource-training.md
689701
- name: Partner solutions
690702
items:
691703
- name: Partner spotlight

articles/search/resource-tools.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ author: HeidiSteen
66
manager: nitinme
77
ms.author: heidist
88
ms.service: cognitive-search
9-
ms.custom:
10-
- ignite-2023
119
ms.topic: conceptual
12-
ms.date: 01/10/2024
10+
ms.date: 05/22/2024
1311
---
1412

1513
# Productivity tools - Azure AI Search
@@ -22,4 +20,4 @@ Productivity tools are built by engineers at Microsoft, but aren't part of the A
2220
| [Chat with your data solution accelerator](https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/main/README.md) | Code and docs to create interactive search solution in production environments. | [https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator](https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator) |
2321
| [Knowledge Mining Accelerator](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/main/README.md) | Code and docs to jump start a knowledge store using your data. | [https://github.com/Azure-Samples/azure-search-knowledge-mining](https://github.com/Azure-Samples/azure-search-knowledge-mining) |
2422
| [Performance testing solution](https://github.com/Azure-Samples/azure-search-performance-testing/blob/main/README.md) | This solution helps you load test Azure AI Search. It uses Apache JMeter as an open source load and performance testing tool and Terraform to dynamically provision and destroy the required infrastructure on Azure. | [https://github.com/Azure-Samples/azure-search-performance-testing](https://github.com/Azure-Samples/azure-search-performance-testing) |
25-
| [Visual Studio Code extension](https://github.com/microsoft/vscode-azurecognitivesearch) | Although the extension is no longer available in the Visual Studio Code Marketplace, the code is open sourced at `https://github.com/microsoft/vscode-azurecognitivesearch`. You can clone and modify the tool for your own use. |
23+
| [Visual Studio Code extension](https://github.com/microsoft/vscode-azurecognitivesearch) | Although the extension is no longer available in the Visual Studio Code Marketplace, the code is open source. You can clone and modify the tool for your own use. | [https://github.com/microsoft/vscode-azurecognitivesearch](https://github.com/microsoft/vscode-azurecognitivesearch) |

articles/search/resource-training.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
---
2-
title: Search training modules
2+
title: Training modules
33
titleSuffix: Azure AI Search
44
description: Get hands-on training on Azure AI Search from Microsoft and other third-party training providers.
55
author: HeidiSteen
66
manager: nitinme
77
ms.author: heidist
88
ms.service: cognitive-search
9-
ms.custom:
10-
- ignite-2023
119
ms.topic: conceptual
12-
ms.date: 01/10/2024
10+
ms.date: 05/22/2024
1311
---
1412

1513
# Training - Azure AI Search
1614

1715
Training modules deliver an end-to-end experience that helps you build skills and develop insights while working through a progression of exercises. Visit the following links to begin learning with prepared lessons from Microsoft and other training providers.
1816

19-
+ [Introduction to Azure AI Search (Microsoft)](/training/modules/intro-to-azure-search/)
17+
+ [Fundamentals of Knowledge Mining and Azure AI Search](/training/modules/intro-to-azure-search/)
18+
+ [Build a RAG-based copilot solution with your own data using Azure AI Studio](/training/modules/build-copilot-ai-studio/)
19+
+ [Create a custom skill for Azure AI Search](/training/modules/create-enrichment-pipeline-azure-cognitive-search/)
20+
+ [Implement Retrieval Augmented Generation (RAG) with Azure OpenAI Service](/training/modules/use-own-data-azure-openai/)
2021
+ [Implement knowledge mining with Azure AI Search (Microsoft)](/training/paths/implement-knowledge-mining-azure-cognitive-search/)
22+
+ [Implement advanced search features in Azure AI Search](/training/modules/implement-advanced-search-features-azure-cognitive-search/)
23+
+ [Perform vector search and retrieval in Azure AI Search](/training/modules/improve-search-results-vector-search/)
24+
+ [Perform search re-ranking with semantic ranking in Azure AI Search](/training/modules/use-semantic-search/)
2125
+ [Add search to apps (Pluralsight)](https://www.pluralsight.com/courses/azure-adding-search-abilities-apps)
2226
+ [Developer course (Pluralsight)](https://www.pluralsight.com/courses/microsoft-azure-textual-content-search-enabling)

0 commit comments

Comments
 (0)