Skip to content

Commit 7cb2e97

Browse files
Update use-your-data.md
1 parent 0c0f1ab commit 7cb2e97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ To keep your Azure AI Search index up-to-date with your latest data, you can sch
184184
After the data ingestion is set to a cadence other than once, Azure AI Search indexers will be created with a schedule equivalent to `0.5 * the cadence specified`. This means that at the specified cadence, the indexers will pull, reprocess, and index the documents that were added or modified from the storage container. This process ensures that the updated data gets preprocessed and indexed in the final index at the desired cadence automatically. To update your data, you only need to upload the additional documents from the Azure portal. From the portal, select **Storage Account** > **Containers**. Select the name of the original container, then **Upload**. The index will pick up the files automatically after the scheduled refresh period. The intermediate assets created in the Azure AI Search resource won't be cleaned up after ingestion to allow for future runs. These assets are:
185185
- `{Index Name}-index`
186186
- `{Index Name}-indexer`
187-
- `{Index Name}-indexer-chunk`
188187
- `{Index Name}-datasource`
189188
- `{Index Name}-skillset`
190189

0 commit comments

Comments
 (0)