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: Docs/Ex04/0403.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
-
title: '3. Configure Azure Search to extract data from the brochures and test the search index'
2
+
title: '3. Configure Azure AI Search to extract data from the brochures and test the search index'
3
3
layout: default
4
4
nav_order: 3
5
5
parent: 'Exercise 04: Set up Azure resources and extract data from hotel brochures'
6
6
---
7
7
8
-
# Task 03 - Configure Azure Search to extract data from the brochures and test the search index
8
+
# Task 03 - Configure Azure AI Search to extract data from the brochures and test the search index
9
9
10
10
<!--- Estimated time: 10 minutes--->
11
11
12
12
## Introduction
13
13
14
-
Azure Search Service includes a wizard that allows you to import and vectorize data. You’ll use the wizard to extract and vectorize data from the hotel brochures. As part of the wizard, you’ll create an Azure OpenAI Service instance and deploy models to the instance. You’ll use these models later in the lab to build the chatbot that lets visitors ask questions about hotels.
14
+
Azure AI Search includes a wizard that allows you to import and vectorize data. You’ll use the wizard to extract and vectorize data from the hotel brochures. As part of the wizard, you’ll create an Azure OpenAI Service instance and deploy models to the instance. You’ll use these models later in the lab to build the chatbot that lets visitors ask questions about hotels.
15
15
16
16
## Description
17
17
18
-
In this task, you’ll use Azure Search to import and vectorize data from the hotel brochures. You’ll then test the index.
18
+
In this task, you’ll use Azure AI Search to import and vectorize data from the hotel brochures. You’ll then test the index.
0 commit comments