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: articles/search/search-how-to-semantic-chunking.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: rawan
6
6
ms.author: rawan
7
7
ms.service: azure-ai-search
8
8
ms.topic: how-to
9
-
ms.date: 11/22/2024
9
+
ms.date: 04/07/2025
10
10
ms.custom:
11
11
- references_regions
12
12
- ignite-2024
@@ -36,13 +36,15 @@ For illustration purposes, this article uses the [sample health plan PDFs](https
36
36
37
37
+[An indexer-based indexing pipeline](search-indexer-overview.md) with an index that accepts the output. The index must have fields for receiving headings and content.
38
38
39
+
+[An index projection](search-how-to-define-index-projections.md) for one-to-many indexing.
40
+
39
41
+[A supported data source](search-indexer-overview.md#supported-data-sources) having text content that you want to chunk.
40
42
41
-
+[A skillset with Document Layout skill](cognitive-search-skill-document-intelligence-layout.md) that splits documents based on paragraph boundaries.
43
+
+ A skillset with these two skills:
42
44
43
-
+[An Azure OpenAI Embedding skill](cognitive-search-skill-azure-openai-embedding.md) that generates vector embeddings.
45
+
+[Document Layout skill](cognitive-search-skill-document-intelligence-layout.md) that splits documents based on paragraph boundaries. This skill has region requirements. An Azure AI multi-service resource must be in the same region as Azure AI Search with AI Enrichment.
44
46
45
-
+[An index projection](search-how-to-define-index-projections.md)for one-to-many indexing.
47
+
+[Azure OpenAI Embedding skill](cognitive-search-skill-azure-openai-embedding.md)that generates vector embeddings. This skill also has region requirements. The model must be in the same region as Azure AI Search.
46
48
47
49
## Prepare data files
48
50
@@ -52,7 +54,7 @@ The raw inputs must be in a [supported data source](search-indexer-overview.md#s
52
54
53
55
+ Supported indexers can be any indexer that can handle the supported file formats. These indexers include [Blob indexers](search-howto-indexing-azure-blob-storage.md), [OneLake indexers](search-how-to-index-onelake-files.md), [File indexers](search-file-storage-integration.md).
54
56
55
-
+ Supported regions for this feature include: East US, West US2, West Europe, North Central US. Be sure to [check this list](search-region-support.md#azure-public-regions) for updates on regional availability.
57
+
+ Supported regions for the portal experience of this feature include: East US, West Europe, North Central US. If your setting up your skillset programmatically, you can use any Document Intelligence region that also provides the AI enrichment feature of Azure AI Search. For more information, see [Product availability by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table).
56
58
57
59
You can use the Azure portal, REST APIs, or an Azure SDK package to [create a data source](search-howto-indexing-azure-blob-storage.md).
0 commit comments