azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Search Index Not Updating After Successful Deployment

Open lsdaakasdlklfsaldjfooei opened this issue 1 year ago • 2 comments

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

I'm experiencing an issue with my sample chatbot implemented using the Azure Search OpenAI demo. The problem arises after I commit new data files in Azure DevOps. The CI/CD pipeline triggers, and the deployment completes successfully, but the search index isn't updated, and the new data isn't reflected in the application.

Even after a successful deployment, when I ask the chatbot about the newly committed data, it returns no information related to it.

Minimal steps to reproduce

Commit new data files to the repository in Azure DevOps. Observe the CI/CD pipeline triggering and completing successfully. Check the application for updated knowledge or search results based on the newly added data.

###Expected Behavior: The search index should be updated automatically after a successful deployment, and the new data should be reflected in the application's knowledge base.

###Actual Behavior: The search index is not updated, and the application does not reflect the new data, leading to no information being available when querying the chatbot about the newly added content

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

azd version?

run azd version and copy paste here.

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

lsdaakasdlklfsaldjfooei avatar Aug 21 '24 11:08 lsdaakasdlklfsaldjfooei