Create Multi Skill chatbot

Hello,
is it possible to create a chatbot with a Rasa Skill and an Open Domain Question Answering skill? Is there any tutorial? How the system decides what skill to choose?

Thank you

Hello,
yes, you can use our new development. It’s called DeepPavlov Agent. Agent documentation is available on this site. For this purpose, your skill has to be wrapped in the docker or a python script. It can be a Rasa Skill and an Open Domain Question Answering skill.

Nowadays, we have documentation of DeepPavlov Agent and we will release a demo project soon.

You can use a model score of a skill confidence definition. Also, you can train a bert-based classifier on your data for choosing between Rasa Skill and ODA.

Hello, have you released a demo project or any new documentation about that? Thank you