AI Studio, How can i update data without creating an entirely new vector index?

Anonymous
2024-08-14T08:57:25.84+00:00

So I have tried Azure Machine Learning Studio and was exploring AI Studio.

I added some data, created a vector index, created a prompt flow, etc.

Now I have this issue.
I have this vector index that is being used by my prompt flow AI chatbot and i forgot to give it a file while creating it or want to add more.
I see that vector indexes have versions but i see no button or way to create a new version.
User's image

The data used by the index also has versions and does have a button or way to "update" it.
Issue is it seems this undoes all the jobs (chunking etc) that were executed at the initial creation of the vector index.

How can I update or add to the data my vector index uses so that my chatbot can access additional information without having to recreate it every time from scratch and change the reference.

To add to this, how would you do this if i deployed the chatbot to an endpoint. Is it static once deployed?

Thanks in advance.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,602 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-08-14T10:46:10.3+00:00

    Middendorf, Jelle (ZGNL) Greetings & Welcome to Q&A forum!

    How can I update or add to the data my vector index uses so that my chatbot can access additional information without having to recreate it every time from scratch and change the reference.

    Did you check this build and consume vector indexes in Azure AI Studio already? You can schedule updates. Also, you can choose to update the index hourly or daily.

    User's image

    Once the Indexer is established, you can also directly modify the schedule settings through the Azure AI Search Portal. See Update or rebuild an index in Azure AI Search and Schedule automatic index refreshes for more details.

    To add to this, how would you do this if i deployed the chatbot to an endpoint. Is it static once deployed?

    AFAIK, If you want to update the chatbot with new data, you will need to retrain the model and redeploy it to the endpoint.

    Do let me know if that helps or have any other queries.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.