Im trying to write a script that collects .md files, combines them and retrains an existing model.
If I use the Web API erverything works fine (using /train).
If you want the server to load it, you’d have to restart the server. Or do it with the /trainendpoint. Also what do you mean retrains an existing model?
If I call host:5000/train?model=${MODEL}&project=${PROJECT} it seems to replace the existing model.
Thats what i expected when i used the python based approach.