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...
balasubramanim
Sep 20, 2024Iron Contributor
Yes, it can be a bit tricky. Here's what you can try.
Go to your project and select the "Data" tab.
Click on the three dots next to your existing index and select "Create a new version".
Make the necessary changes to your index, like adding new fields or updating existing ones.
Save the new version of your index.
If that doesn't work, you can also try using the Azure AI Studio API to update your index. Just check out the docs for more info!
keep in mind that Azure AI Studio is now called Azure Machine Learning. So, you might find more updated docs and resources under that name!
Go to your project and select the "Data" tab.
Click on the three dots next to your existing index and select "Create a new version".
Make the necessary changes to your index, like adding new fields or updating existing ones.
Save the new version of your index.
If that doesn't work, you can also try using the Azure AI Studio API to update your index. Just check out the docs for more info!
keep in mind that Azure AI Studio is now called Azure Machine Learning. So, you might find more updated docs and resources under that name!