botpress / solutions

List of Botpress templates / examples for common problems. Kick start your chatbot development with these ready-to-go custom modules, actions, hooks, and tools!
https://botpress.com
56 stars 26 forks source link

Revamp nlu testing #19

Closed ierezell closed 1 year ago

ierezell commented 2 years ago

This PR aims to have a better tool for the NLU Testing tool.

It improves a few things:

Todo :

How to use it :

  1. Optional : Start a nlu server from botpress (go to botpress => yarn => yarn build => yarn start nlu) else you can connect to an existing nlu server.
  2. pip install botpress_nlu_testing
  3. `launch_bp_testing1
JustusNBB commented 2 years ago

Hi, I hope you don't mind me chiming in here and asking a few questions, I am interested in all kinds of testing approaches for bots:

ierezell commented 2 years ago

Hi @JustusNBB,

This is only a POC for now and is aimed to be used internally.

Hope this help, Have a great day :)

ierezell commented 2 years ago

Note that the two new tools are also added as PyPI packages thanks to poetry