You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] 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.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)###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?
azd version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: