Skip to content

Commit fc0bc97

Browse files
committed
fixed PII include
1 parent 6bdde1b commit fc0bc97

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

articles/ai-services/language-service/entity-linking/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: csharp
1313
# ms.devlang: csharp, java, javascript, python
1414
ms.custom: language-service-entity-linking, mode-api, devx-track-extended-java, devx-track-js, devx-track-python
1515
keywords: text mining, entity linking
16-
zone_pivot_groups: programming-languages-text-analytics
16+
zone_pivot_groups: programming-languages-entity-linking
1717
---
1818

1919
# Quickstart: Entity Linking using the client library and REST API

articles/ai-services/language-service/named-entity-recognition/includes/quickstarts/azure-ai-foundry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.custom: language-service-pii
1010

1111
## Prerequisites
1212

13-
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../ai-studio/how-to/create-projects.md?tabs=ai-studio)
13+
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects?tabs=ai-studio.md)
1414

1515
## Navigate to the Azure AI Foundry Playground
1616

1717
Using the left side pane, select **Playgrounds**. Then select the **Try the Language Playground** button.
1818

19-
:::image type="content" source="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
19+
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
2020

2121
## Use NER in the Azure AI Foundry Playground
2222

@@ -54,4 +54,4 @@ After your operation is completed, the type of entity is displayed beneath each
5454
|Length| The character length of the entity.|
5555
|Confidence| How confident the model is in the correctness of identification of entity's type.|
5656

57-
:::image type="content" source="media/quickstarts/azure-ai-foundry/conversation-pii.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/conversation-pii.png":::
57+
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/named-entity-recognition.png" alt-text="The development lifecycle" lightbox="../../media/quickstarts/azure-ai-foundry/named-entity-recognition.png":::

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/azure-ai-foundry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.custom: language-service-pii
1010

1111
## Prerequisites
1212

13-
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects.md?tabs=ai-studio)
13+
* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../../ai-studio/how-to/create-projects?tabs=ai-studio.md)
1414

1515
## Navigate to the Azure AI Foundry Playground
1616

1717
Using the left side pane, select **Playgrounds**. Then select the **Try the Language Playground** button.
1818

19-
:::image type="content" source="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
19+
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png":::
2020

2121
## Use PII in the Azure AI Foundry Playground
2222

@@ -54,7 +54,7 @@ After your operation is completed, the type of entity is displayed beneath each
5454
|Length| The character length of the entity.|
5555
|Confidence| How confident the model is in the correctness of identification of entity's type.|
5656

57-
:::image type="content" source="media/quickstarts/azure-ai-foundry/conversation-pii.png" alt-text="an example of extract PII from conversation in azure AI studio" lightbox="media/quickstarts/azure-ai-foundry/conversation-pii.png":::
57+
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/conversation-pii.png" alt-text="an example of extract PII from conversation in azure AI studio" lightbox="../../media/quickstarts/azure-ai-foundry/conversation-pii.png":::
5858

5959
### Extract PII from text
6060

@@ -82,5 +82,5 @@ After your operation is completed, the type of entity is displayed beneath each
8282
|Confidence| How confident the model is in the correctness of identification of entity's type.|
8383
|Tags| How confident the model is in the correctness for each identified entity type.|
8484

85-
:::image type="content" source="media/quickstarts/azure-ai-foundry/text-pii.png" alt-text="an example of extract PII from text in azure AI studio" lightbox="media/quickstarts/azure-ai-foundry/text-pii.png":::
85+
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/text-pii.png" alt-text="an example of extract PII from text in azure AI studio" lightbox="../../media/quickstarts/azure-ai-foundry/text-pii.png":::
8686

zone-pivots/zone-pivot-groups.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ groups:
772772
- id: rest-api
773773
title: REST API
774774
- id: programming-languages-text-analytics
775+
# Owner jboback
775776
title: Programming languages
776777
prompt: Choose one of the client library languages or REST API.
777778
pivots:
@@ -787,6 +788,20 @@ groups:
787788
title: REST API
788789
- id: azure-ai-foundry
789790
title: Azure AI Foundry
791+
- id: programming-languages-entity-linking
792+
title: Programming languages
793+
prompt: Choose one of the client library languages or REST API.
794+
pivots:
795+
- id: programming-language-csharp
796+
title: C#
797+
- id: programming-language-python
798+
title: Python
799+
- id: programming-language-javascript
800+
title: JavaScript
801+
- id: programming-language-java
802+
title: Java
803+
- id: rest-api
804+
title: REST API
790805
- id: programming-languages-metrics-monitor
791806
title: Programming languages
792807
prompt: Choose a programming language.

0 commit comments

Comments
 (0)