Skip to content

Commit 548f846

Browse files
committed
Added region list to the how-to
1 parent 5b85faf commit 548f846

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/search/search-how-to-semantic-chunking.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: rawan
66
ms.author: rawan
77
ms.service: azure-ai-search
88
ms.topic: how-to
9-
ms.date: 11/22/2024
9+
ms.date: 04/07/2025
1010
ms.custom:
1111
- references_regions
1212
- ignite-2024
@@ -36,13 +36,15 @@ For illustration purposes, this article uses the [sample health plan PDFs](https
3636

3737
+ [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.
3838

39+
+ [An index projection](search-how-to-define-index-projections.md) for one-to-many indexing.
40+
3941
+ [A supported data source](search-indexer-overview.md#supported-data-sources) having text content that you want to chunk.
4042

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:
4244

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.
4446

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.
4648

4749
## Prepare data files
4850

@@ -52,7 +54,7 @@ The raw inputs must be in a [supported data source](search-indexer-overview.md#s
5254

5355
+ 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).
5456

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).
5658

5759
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).
5860

0 commit comments

Comments
 (0)