Skip to content

Commit 31839d7

Browse files
authored
Update ai-search-ingestion.md
1 parent 2c35164 commit 31839d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/ai-search-ingestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: fshakerin
1313
Data is ingested into Azure AI search using the following process:
1414
1. As of September 2024, the ingestion APIs have switched to [integrated vectoriztion](/azure/search/vector-search-integrated-vectorization). This update does **not** alter the existing API contracts. Integrated Vectorization - a new offering of Azure AI Search- utilizes prebuilt skills for chunking and embedding the input data. Consequently, the Azure OpenAI On Your Data ingestion service no longer employs custom skills. Following the migration to Integrated Vectorization, the ingestion process has undergone some modifications and as a result only the following assets are created:
1515
* `{job-id}-index`
16-
* `{job-id}-indexer`, if an hourly or daily schedule is specified
16+
* `{job-id}-indexer`, if an hourly or daily schedule is specified, otherwise, the indexer will be cleaned-up at the end of the ingestion process.
1717
* `{job-id}-datasource`
1818

1919
The chunks container is no longer available, as this functionality is now inherently managed by Azure AI Search.

0 commit comments

Comments
 (0)