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
User should be able to deploy IntentEditor as part of their Deepy deployment
User should be able to get updated model in local repository of Deepy and make PR to their multiskill AI assistant to get updated IntentCatcher's model
Adding Intent Editor to Deepy
Create folder "Tools" in repository root
Create folder "IntentEditor"
Commit IntentEditor's container to it
Add IntentEditor's container to docker-compose.yml (both in the Root and in assistant_dists/deepy_adv)
Dev Environment
Configure on test machine at GPU-3
Configure IntentEditor to grab Intent_Catcher config from Intent_Catcher service
Configure local copy of repository (Deepy), create and switch to new branch "prod/intent_catcher_models"
Configure IntentEditor to publish updated model through .ssh to that local folder that hosts Intent_Catcher model in the repository
Open Questions
How to complete migration from old model to new model (bash script, GitHub action or smth else)
Production Environment
Requires automation (e.g., export model to remote SSH should trigger PR creation)
The text was updated successfully, but these errors were encountered:
Goals
Adding Intent Editor to Deepy
Dev Environment
Configure on test machine at GPU-3
Open Questions
Production Environment
The text was updated successfully, but these errors were encountered: