Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Intent Editor to Deepy #8

Open
danielkornev opened this issue Jan 21, 2021 · 0 comments
Open

Add Intent Editor to Deepy #8

danielkornev opened this issue Jan 21, 2021 · 0 comments
Assignees

Comments

@danielkornev
Copy link
Member

danielkornev commented Jan 21, 2021

Goals

  • 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

  1. Create folder "Tools" in repository root
  2. Create folder "IntentEditor"
  3. Commit IntentEditor's container to it
  4. 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

  1. Configure IntentEditor to grab Intent_Catcher config from Intent_Catcher service
  2. Configure local copy of repository (Deepy), create and switch to new branch "prod/intent_catcher_models"
  3. Configure IntentEditor to publish updated model through .ssh to that local folder that hosts Intent_Catcher model in the repository

Open Questions

  1. 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants