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

prepdocs.py Not Triggering During CI/CD Pipeline in Azure DevOps

Open lsdaakasdlklfsaldjfooei opened this issue 1 year ago • 0 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)

###Description: I've encountered an issue where the prepdocs.py script is not being triggered when running the CI/CD pipeline in Azure DevOps. Specifically, whenever I commit a new file to the data folder and the azd deploy command is executed as part of the pipeline, the prepdocs.py script does not seem to run. As a result, the new data is not reflected in the application's knowledge base when asking questions related to it.

###Steps to Reproduce: Commit a new file to the data folder in the repository. Observe the CI/CD pipeline triggering and the azd deploy command being executed. Check the logs to see if prepdocs.py is triggered. Test the application by asking questions related to the newly added data.

###Expected Behavior: The prepdocs.py script should be triggered as part of the CI/CD pipeline, and the new data should be processed and reflected in the application's knowledge base.

###Actual Behavior: The prepdocs.py script is not triggered during the CI/CD pipeline, and the new data is not reflected in the knowledge base, leading to no updated information when querying the application.

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 24 '24 07:08 lsdaakasdlklfsaldjfooei