How to upgrade AI Search Knowledge Upon uploading data to Azure Blob

Leo1 Zhang 0 Reputation points
2023-11-28T10:24:40.7266667+00:00

I am using Azure Ai Search with knowledge coming from Azure Blob. Now I want to upgrade info in Azure Blob. Is there a way that Ai Search can automatically get new knowledge from Azure Blob?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,602 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,666 Reputation points
    2023-11-28T10:50:21.8+00:00

    Yes. Once the index is created in Azure Search based on the Blob data, you can rerun indexing again based on the changed documents. See the snippet from the documentation below.

    User's image

    https://learn.microsoft.com/en-us/azure/search/search-blob-storage-integration#what-it-means-to-add-full-text-search-to-blob-data

    There is a detailed article that focuses on change detection. Read it below.

    https://learn.microsoft.com/en-us/azure/search/search-howto-index-changed-deleted-blobs?tabs=portal


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.