Skip to content

Commit b161638

Browse files
committed
Resource and Reference node cleanup
1 parent 43d4c2b commit b161638

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

articles/search/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
items:
2626
- name: Create an index (Import data wizard)
2727
href: search-get-started-portal.md
28-
- name: Chunk and vectorize (Import and vectorize data wizard)
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
@@ -554,7 +556,7 @@
554556
href: /python/api/azure-mgmt-search/
555557
- name: Data reference
556558
items:
557-
- name: Supported data types
559+
- name: Data types
558560
href: /rest/api/searchservice/supported-data-types
559561
- name: Data types for indexer data sources
560562
href: /rest/api/searchservice/data-type-map-for-indexers-in-azure-search
@@ -687,11 +689,9 @@
687689
- name: Azure products by region
688690
href: https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=search
689691
- name: Compliance and certification
690-
href: https://learn.microsoft.com/azure/compliance/
692+
href: /azure/compliance/
691693
- name: Demos, tools, and training
692694
items:
693-
- name: Vector samples
694-
href: https://github.com/Azure/azure-search-vector-samples
695695
- name: Demo sites
696696
href: resource-demo-sites.md
697697
- name: Tools and accelerators

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)