AmericanRedCross / damage-assessment-bot

Chatbot for immediate damage and needs assessments
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

As a project maintainer, I want to have the LUIS training model in source control so it can be backed up and deployed with the app #119

Open maxnorth opened 5 years ago

maxnorth commented 5 years ago

LUIS models trained in the luis portal can be exported as a text representation. There are also tools available to describe the training of a luis model using special file formats that can be built into a normal luis backup file. These luis files can then be deployed to the luis instance and rebuilt from scratch. Following this practice allows the luis model history to be captured, allows each app environment to use separate instances of LUIS, and allows changes to the luis model to be applied during normal app deploys.

Acceptance criteria:

m4thfr34k commented 5 years ago

This item will not be needed until a use case is identified that requires MS LUIS