Updating an Index created from the AI Studio

Warren English 0 Reputation points
2024-05-04T20:27:21.5366667+00:00

Hi,

I have created a "chat with your data" app using Azure AI Studio. As part of this, I've loaded files into a Container within a Blob Storage. As part of the interface, the files were indexed and I have the demo working.

I now want to add more documents to the blobstorage container and re-index.

I cannot figure how to easily do this.

I've tried finding the job and re-submitting, I've tried cloning the job, etc. but this doesn't seem to work properly or reliably.

I have been able to completely create a new index and change the app environment variable to point to the new index, but this seem inefficient.

Suggestions on this?

Thanks,

Warren

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,947 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Charlie Wei 3,325 Reputation points
    2024-05-05T14:08:49.4433333+00:00

    Hello Warren English,

    When creating a data source with Blob, you can select the Indexer schedule as shown on the screen. The Indexer will import Blob data into Azure AI Search at scheduled intervals based on the settings.

    User's image

    Once the Indexer is established, you can also directly modify the schedule settings through the Azure AI Search Portal.

    enter image description here

    Best regards,
    Charlie


    If you find my response helpful, please consider accepting this answer and voting yes to support the community. Thank you!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.