Skip to content

Commit d9a663b

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

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
@@ -11,7 +11,7 @@ author: fshakerin
1111
### How data is ingested into Azure AI search
1212

1313
Data is ingested into Azure AI search using the following process:
14-
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:
14+
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`
1616
* `{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`

0 commit comments

Comments
 (0)