Hi All, Can I use our own custom Intent Classifier with RASA CORE? How to integrate the module to RASA? The Intent Classifier will either be a pattern matching-based one or a CNN/RNN based module written in python.
Thanks!
Nari
Hi All, Can I use our own custom Intent Classifier with RASA CORE? How to integrate the module to RASA? The Intent Classifier will either be a pattern matching-based one or a CNN/RNN based module written in python.
Thanks!
Nari
Well yes, but an intent classifier will be with NLU, not core
Check out the page for creating a custom NLU component: https://rasa.com/docs/rasa/api/custom-nlu-components/
Ella, Thank you very much for the info!