Skip to content

Commit 2c35164

Browse files
authored
Update ai-search-ingestion.md
1 parent 218b06d commit 2c35164

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ 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: a single index, a single indexer (if an hourly or daily schedule is specified), and a data source. The chunks container is no longer available, as this functionality is now inherently managed by Azure AI Search.
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:
15+
* `{job-id}-index`
16+
* `{job-id}-indexer`, if an hourly or daily schedule is specified
17+
* `{job-id}-datasource`
18+
19+
The chunks container is no longer available, as this functionality is now inherently managed by Azure AI Search.

0 commit comments

Comments
 (0)