
Announcements
I've recently uploaded text files to AI Studio to create a vector index, which I'm using to provide contextual data for a chatbot designed to answer questions. This setup is linked to a prompt flow that interacts with the vector index.
I'm looking to update some of the data within this index that my chatbot uses. While I can see that the indexes have version numbers, I haven't found an option to create a new version of an existing index directly. I can create new versions of the data, but this method seems to skip the initial steps like chunking and jobs that where executed when the index was first created.
Could anyone advise on how to update my existing index without having to create a completely new one and redirect my chatbot to use it every time? Additionally, once the chatbot is deployed, I want to ensure it remains current with up-to-date data. How am i supposed to go about doing this?
Thanks in advance.