Forum Discussion
PeterMc
Jan 17, 2024Copper Contributor
How to update an index for a data source in Azure AI Studio?
Hello, I have a functioning deployment and web app for a RAG application that I created in Azure AI Studio. Now I want to update the app to use additional data I have added. I figured out how to a...
lumitekinc
Jan 18, 2024MCT
I have the same exact issue and needed to put in a support request today. Available documentation shows ways to update an index using API requests but that does not suffice.
Using the same AI search index in the playground will overwrite the existing index. I will get back to you once I get a fix.
- VinCTOMay 13, 2024Copper Contributor
lumitekinc Ever figure this one out?
- lumitekincMay 13, 2024MCTYes I did. I upload new data to my data store (storage account).
Go to the AI search, look for the indexer and run the index manually.- VinCTOMay 15, 2024Copper ContributorI'm assuming that this doesnt chunk up the source data into chunks so the LLM can work within its context window? Let me know if it's a bad assumption. Re running the ML job works, but I'm not sure how to set up the indexer for the existing index (created in Azure AI Studio) in Azure AI Search