Replies - Activity - vinoth - Rasa Community Forum

Blog Post on "Integration Rasa with Knowledge Bases"

Knowledge base actions are much helpful. Thanks.

Custom Action with Weather API Code

from rasa_sdk import Action
from rasa_sdk.events import SlotSet
import requests
import json

class ActionCheckWeather(Action):
    def name(self):
        return "action_check_api"

def run(self, dispatcher,…

Failing to Install RASA on Windows 7

Please verify the module requirement versions whether it is compatible. If not, try to install the module separately by mentioning the version also.

Voice Integration

Hi @Beherasaptami, you can see it Going beyond ‘Hey Google’: building a Rasa-powered Google Assistant blog by @Juste.