Michele Merler
Michele Merler
As a user, I want to be able to invoke /containerize against any catalog table Need to refactor code to have dynamic target table selection instead of hard coded naming....
As a user, I want to be able to insert my custom catalog of images/containers/destination points in the knowledge base, as a separate table, and invoke `/containerize` against it Need...
add unit tests to check the correct operation of the service wrapper functions under `service/functions.py`
Update entity recognition model with new entities without retraining the model Specific to siamese model
Issues related to unit testing fixes 1. unit tests need to be KB independent 2. add modularity 3. add tests for wrapper functions 4. include testing of API endpoints 5....
Issues related to customization 1. add new entities without retraining the entity standardization model 2. add new entities, followed by offline retraining of entity standardization model 3. add entire new...
Switch default entity standardization model from tf-idf to siamese Prerequisites - functional test of end to end pipeline with default siamese model - test siamese performance on new data
clean up functions and portions of code flagged as unused by code coverage analysis
need to create a Red Hat user id for TCA to be able to automatically push an image of TCA to Quay.io under the Konveyor workspace, when a new release...
Be able to take a file with an input in excel or csv file It selects the fields in the file which contain the highest number of potentially recognized entities...