Skip to content

Commit c68b8f6

Browse files
authored
Updated with ACS name
1 parent a7c24fa commit c68b8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workshops/Module 7.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the past modules, we focused on indexing content from unstructured sources such as PDF's. Often, there is a lot of data that exists in structured data sources such as Azure SQL or Cosmos DB which could benefit from the ability to perform full-text search. The advantage here, is that unlike unstructured data such as PDF's, the data has already been structured so we can make use of this through faceting and filtering. Yet, still there is often text content that can benefit from "enrichment".
44

5-
In the below module you will take a set of purely anonymized patient data (patient name, address, notes, etc) and index it into Azure Search. Just like in the previous module, we will leverage the Custom Skill to extract diseases from the patient notes and then create a resulting application to search the patient information.
5+
In the below module you will take a set of purely anonymized patient data (patient name, address, notes, etc) and index it into Azure Cognitive Search. Just like in the previous module, we will leverage the Custom Skill to extract diseases from the patient notes and then create a resulting application to search the patient information.
66

77
## SQL Database Connection Information
88

@@ -20,7 +20,7 @@ Here is what the data looks like:
2020

2121
![](images/sql-patient-info.png)
2222

23-
## Indexing Content into Azure Search
23+
## Indexing Content into Azure Cognitive Search
2424

2525
Just as we did in Module 3, we will leverage Postman to create the Data Source, Skillset, Indexer and Index to hold the data. You could alternatively use the Portal, however, you will not be able to configure the Custom Skill for extracting diseases as the ability to do this in not yet available in the portal.
2626

@@ -300,7 +300,7 @@ Body:
300300
Replace the [searchservice] with your search service and use your admin api key in the header.
301301
Note: The below skillset leverages a pre-existing Azure Function (https://diseaseextraction.azurewebsites.net/api/custom-search?code=HXS0y4rEoQZ9p55A7wqybSeYFmYP6Lruna8y8HoAGu3kNSoLf80XWw==) to extract the diseases. You can use this as-is or change to the one you created in the previous module.
302302

303-
You will also need to update the [Cognitive Services Key] with a valid Cognitive Services Key (that was created in the same region as your Azure Search service).
303+
You will also need to update the [Cognitive Services Key] with a valid Cognitive Services Key (that was created in the same region as your Azure Cognitive Search service).
304304

305305
PUT: https://[searchservice].search.windows.net/skillsets/patient-demo?api-version=2019-05-06
306306

0 commit comments

Comments
 (0)