Skip to content

Commit 5bd150c

Browse files
authored
Update ai-search-ingestion.md
1 parent c27b9d9 commit 5bd150c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ author: fxs130430
1010

1111
### How data is ingested into Azure AI search
1212

13-
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:
13+
As of September 2024, the ingestion APIs 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. So, 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:
1414
* `{job-id}-index`
15-
* `{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.
15+
* `{job-id}-indexer`, if an hourly or daily schedule is specified, otherwise, the indexer is cleaned-up at the end of the ingestion process.
1616
* `{job-id}-datasource`
1717

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

0 commit comments

Comments
 (0)