azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Adding dynamic changes

Open reshma67 opened this issue 1 year ago • 1 comments

How can we update the index dynamically when changes are made to the storage account, such as adding documents?

reshma67 avatar Feb 05 '24 23:02 reshma67

These docs describe how to update the index:

https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/data_ingestion.md

For dynamic updating, I recommend using the Integrated Vectorizer approach, which will soon be enabled in this repo. See https://github.com/Azure-Samples/azure-search-openai-demo/pull/1159

That sets up indexers and skillsets, and indexers can grab new data automatically.

pamelafox avatar Feb 05 '24 23:02 pamelafox