FocusedDiversity / synaptiq-hppo

The truth-aware document manager
GNU General Public License v3.0
0 stars 0 forks source link

Split chatbot job into chatbot_prod and chatbot_dev jobs #18

Open gtabot opened 1 year ago

gtabot commented 1 year ago

Right now there's one chatbot job that is running off of the code from @rdmontgomery's notebook in Databricks. This doesn't allow us to tweak, experiment and develop the bot while maintaining a stable, working version available for use.

We should create two jobs chatbot_prod and chatbot_dev. The prod job will be the stable version and should run using the main branch of the GitHub repo, while the dev job can be custom configured to run using someone's databricks notebook.

Please also document the procedure for starting up a new dev bot (each developer should have their own to avoid collisions)