buerokratt / Training-Module

MIT License
2 stars 16 forks source link

Define settings to train Rasa models in Backoffice #385

Open turnerrainer opened 5 months ago

turnerrainer commented 5 months ago

AS A Chat Trainer I WANT TO define settings to train Rasa models in Backoffice SO THAT I could have control over how training and testing take place

Acceptance Criteria

GUI

image

image

DSL

ExiRain commented 5 months ago

Related pull request.

ValterAro commented 4 months ago

Short summary: the site for training the model is broken. You see the site for a split second and then nothing.

Pic:

Image

turnerrainer commented 4 months ago

Move to AT as @ExiRain just demod it working in dev.buerokratt

ValterAro commented 4 months ago

I still see the same behavior as mentioned before in the dev environment. Also mentioned this under the issue here: https://github.com/buerokratt/Training-Module/issues/386#issuecomment-1993897680 . Putting it into ATR at the moment until the page can be used.

ValterAro commented 4 months ago

Short summary: When checking https://admin.dev.buerokratt.ee/training/train-new-model . The GET request for https://ruuter.dev.buerokratt.ee/training/rasa/training/trained currently shows the response as B, but should give a JSON of previous model trainings.

Pic:

Image

turnerrainer commented 4 months ago

Needed redeployment.

Kristjan259 commented 4 months ago

Gives 500 error code when I try to save the settings.

Image

error msg: { "error": "Failed to resolve 'byk-resql' after 2 queries ; nested exception is java.net.UnknownHostException: Failed to resolve 'byk-resql' after 2 queries " }

Kristjan259 commented 4 months ago

BUG: Does not show correctly the "last trained" part.

Image Image

ExiRain commented 4 months ago

Fixed url to train now, updated mappings in this PR