Hi all, I’m trying to study Rasa OpenSource and have few questions, that I can’t find answers to anywhere
-
I switched on postgres tracker. It create only one table named “events”. In the postgres broker manual says that it create the same table. Is it ok, or my tracker configured wrong?
-
I tried to find some open source tools for viewing sessions and users dialogue history, but it looks like all these projects a died. Rasa X not free so does really, none of the users need to debug and monitor their bots?
-
What is the best way to store DB connections requisite for rasa custom actions? In the examples i could find requisites hardcodet directly in the custom actions function. This doesn’t seem to be the best way. Not to mention that the connection will be opened every time the action is called.
-
I tried to find some alternate rasa actions sdk, but all of them seems as died and didn’t develop for 6 years
As I understand it, this is the main way to integrate race with other systems, but there are no libraries or examples anywhere.
In general, it seemed to me that the open community of Rasa had died since the RasaX become non free, since most of the articles and projects on Github dated back to the period before the closure.