Skip to content

Commit 52867f3

Browse files
authored
Merge pull request #5245 from eric-urban/eur/pii-filter-hold
pull back PII flter info
2 parents ea73572 + ad2620a commit 52867f3

File tree

6 files changed

+7
-38
lines changed

6 files changed

+7
-38
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,11 @@
11691169
"source_path_from_root": "/articles/ai-services/content-understanding/concepts/accuracy-confidence.md",
11701170
"redirect_url": "/azure/ai-services/content-understanding/concepts/best-practices",
11711171
"redirect_document_id": true
1172+
},
1173+
{
1174+
"source_path_from_root": "/articles/ai-services/openai/concepts/content-filter-personal-information.md",
1175+
"redirect_url": "/azure/ai-services/openai/concepts/content-filter",
1176+
"redirect_document_id": false
11721177
}
1173-
11741178
]
11751179
}

articles/ai-services/openai/concepts/content-filter-personal-information.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

articles/ai-services/openai/concepts/content-filter.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 05/07/2025
9+
ms.date: 5/28/2025
1010
ms.custom: template-concept, devx-track-python
1111
manager: nitinme
1212
---
@@ -47,7 +47,6 @@ The following table summarizes the risk categories supported by Azure OpenAI's c
4747
| [Groundedness](/azure/ai-services/openai/concepts/content-filter-groundedness)<sup>2</sup> | Groundedness detection flags whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. Ungrounded material refers to instances where the LLMs produce information that is non-factual or inaccurate from what was present in the source materials. Requires [document embedding and formatting](./content-filter-document-embedding.md). |
4848
| [Protected Material for Text](/azure/ai-services/openai/concepts/content-filter-protected-material)<sup>1</sup> | Protected material text describes known text content (for example, song lyrics, articles, recipes, and selected web content) that can be outputted by large language models.|
4949
| [Protected Material for Code](/azure/ai-services/openai/concepts/content-filter-protected-material) | Protected material code describes source code that matches a set of source code from public repositories, which can be outputted by large language models without proper citation of source repositories.|
50-
| [Personally identifiable information (PII)](/azure/ai-services/openai/concepts/content-filter-personal-information) | Personally identifiable information (PII) refers to any information that can be used to identify a particular individual. PII detection involves analyzing text content in LLM completions and filtering any PII that was returned. |
5150

5251
<sup>1</sup> If you're an owner of text material and want to submit text content for protection, [file a request](https://aka.ms/protectedmaterialsform).
5352

articles/ai-services/openai/how-to/content-filters.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use and configure the content filters that come with A
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
8-
ms.date: 03/05/2025
8+
ms.date: 5/28/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
@@ -48,8 +48,6 @@ You can configure the following filter categories in addition to the default har
4848
| Protected material - code |GA| On | Completion | Filters protected code or gets the example citation and license information in annotations for code snippets that match any public code sources, powered by GitHub Copilot. For more information about consuming annotations, see the [Protected material concepts guide](/azure/ai-services/openai/concepts/content-filter-protected-material) |
4949
| Protected material - text | GA| On | Completion | Identifies and blocks known text content from being displayed in the model output (for example, song lyrics, recipes, and selected web content). |
5050
| Groundedness | Preview |Off | Completion |Detects whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. Ungroundedness refers to instances where the LLMs produce information that is non-factual or inaccurate from what was present in the source materials. Requires: [Document embedding and formatting](/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cuser-prompt%2Cpython-new#embedding-documents-in-your-prompt).|
51-
| Personally identifiable information (PII) | Preview | Off | Completion | Filters information that can be used to identify a particular individual, such as a name, address, phone number, email address, social security number, driver's license number, passport number, or similar information. |
52-
5351

5452
[!INCLUDE [create-content-filter](../../../ai-foundry/includes/create-content-filter.md)]
5553

articles/ai-services/openai/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ items:
6868
href: ./concepts/content-filter-groundedness.md
6969
- name: Protected material detection
7070
href: ./concepts/content-filter-protected-material.md
71-
- name: Personally identifiable information (PII) detection
72-
href: ./concepts/content-filter-personal-information.md
7371
- name: Content filter configurability
7472
href: ./concepts/content-filter-configurability.md
7573
- name: Content filter annotations

articles/ai-services/openai/whats-new.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ This article provides a summary of the latest releases and major documentation u
2020

2121
## May 2025
2222

23-
### PII detection content filter
24-
25-
Personally identifiable information (PII) detection is now available as a built-in content filter. This feature allows you to identify and block sensitive information in LLM outputs, enhancing data privacy. For more information, see the [PII detection](./concepts/content-filter-personal-information.md) documentation.
26-
2723
### Spotlighting for prompt shields
2824

2925
Spotlighting is a sub-feature of prompt shields that enhances protection against indirect (embedded document) attacks by tagging input documents with special formatting to indicate lower trust to the model. For more information, see the [Prompt shields filter](./concepts/content-filter-prompt-shields.md) documentation.

0 commit comments

Comments
 (0)