azure-search-openai-demo
azure-search-openai-demo copied to clipboard
Adding dynamic changes
How can we update the index dynamically when changes are made to the storage account, such as adding documents?
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.