Skip to content

Commit c27b9d9

Browse files
authored
Update ai-search-ingestion.md
1 parent 0e25ce1 commit c27b9d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ author: fxs130430
1010

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

13-
Data is ingested into Azure AI search using the following process:
1413
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:
1514
* `{job-id}-index`
1615
* `{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.

0 commit comments

Comments
 (0)