From 7cb2e97bc1e18ed75f37018fc7bde7b29847553a Mon Sep 17 00:00:00 2001 From: Charlie Wei <91643249+charliewei0716@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:27:23 +0800 Subject: [PATCH] Update use-your-data.md --- articles/ai-services/openai/concepts/use-your-data.md | 1 - 1 file changed, 1 deletion(-) diff --git a/articles/ai-services/openai/concepts/use-your-data.md b/articles/ai-services/openai/concepts/use-your-data.md index fb14c6a740d..af25ab97eb1 100644 --- a/articles/ai-services/openai/concepts/use-your-data.md +++ b/articles/ai-services/openai/concepts/use-your-data.md @@ -184,7 +184,6 @@ To keep your Azure AI Search index up-to-date with your latest data, you can sch 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: - `{Index Name}-index` - `{Index Name}-indexer` - - `{Index Name}-indexer-chunk` - `{Index Name}-datasource` - `{Index Name}-skillset`