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...
VinCTO
May 13, 2024Copper Contributor
lumitekinc Ever figure this one out?
lumitekinc
May 13, 2024MCT
Yes 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.
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
- PeterMcMay 13, 2024Copper ContributorYou can also create a schedule for the index. Azure AI Studio is just a GUI for many services, one of which is a job in Azure ML Studio that creates the index. You can schedule the job there. I am adding additional data sources to my data store as needed. I have a job in ML Studio to update the index each night.
- Lovedeep_atsSep 18, 2024Copper Contributor
PeterMcHow we can schedule this using ML Studio?
- VinCTOMay 15, 2024Copper ContributorThanks Peter - this worked a treat. Creates a new version of the index, chunks up the new PDF's from the source data. Exactly what I wanted. This is probably enough to get a v1 shipped, thanks for the steer.