Please ensure you've followed the checklist and provide all the required information before requesting a review.
If you do not have everything applicable to your PR, it will not be reviewed!
If you don't know what something is or if it applies to you, ask!
Don't delete below this line.
Required Information
[] I referenced the issue addressed in this PR.
[ ] I described the changes made and how these address the issue.
[ ] I described how I tested these changes.
Coding/Commit Requirements
[ ] I followed applicable coding standards where appropriate (e.g., PEP8)
[ ] I have not committed any models or other large files.
New Component Checklist (mandatory for new microservices)
[ ] I added an entry to docker-compose.yml and build.yml.
[ ] I created A CI workflow under .github/workflows.
[ ] I have created a README.md file that describes what the component does and what it depends on (other microservices, ML models, etc.).
Please ensure you've followed the checklist and provide all the required information before requesting a review. If you do not have everything applicable to your PR, it will not be reviewed! If you don't know what something is or if it applies to you, ask!
Don't delete below this line.
Required Information
Coding/Commit Requirements
New Component Checklist (mandatory for new microservices)
docker-compose.yml
andbuild.yml
..github/workflows
.README.md
file that describes what the component does and what it depends on (other microservices, ML models, etc.).OR