All - Activity - Edukondalu - Rasa Community Forum
Test cases failing
Hi Team, I have created a custom tracker for my use case and am working on test cases. I am getting this below pasted error, test cases have copied from rasa github repo.
C:\Users\Edukondalu_Konakanch\Documents\VIP_Migration\jarvis_vip_server\pcf_deployment\test_custom_tracker_stores.py:822 __…
How does using custom action to ask for the next slot works in forms
Hi Chris, I have the same requirement, could you please provide me your actions file template. It helps me how form is defined and slots as well as how is it executing the dynamically slots filling. thanks in advance
Next requested slot method is not working as expected,
Hi Team, Here code has written to dynamically fill the slot values from API with buttons. while it is executed and display the utter buttons twice, am wondering. does it cause due to bug in actions in validation events? or am I missing anything here? I have executed this logic in 1.7.X perfectly,…
Dynamically slots creation not working in actions
Hi Rasa Team, Some on help me on it, I have gone through documentation but not able to make it work. thanks in advance, regards, edukondalu
Dynamically slots creation not working in actions
Hi Rasa Team, Please check above issue and provide some solution in rasa 2.x. Thanks and Regards, edukondalu
Dynamically slots creation not working in actions
Hi Team, I have used earlier the below functionality. kIn rasa 2.x replace this in actions. for forms, I have created formvalidation class but here I am able to do only validation of slots but how to do dynamically check the slots. below is 1.x code. **def request_next_s…
Form requested slots choose from db dynamically
Hi Saurabh, how to do same in rasa 2.x version. kIndly help me, I have done some research. I didn’t find it.
RASA SDK FORM actions issues
Hi Rasa Rockers, please help me, are migrating the code from 1.x to 2.x. where I am facing a challenge to convert the form action into formvalidation. I have pasted my class code here, my code stops working on utter_dispacher, I have slots for this form and here I have some business logic for e…
RASA deployment with Kubernets
Hi Team, configurations of docker compose yml for action, server are working fine, where as same configurations in kubernetes have been through the error SSL for calling an actions. 2020-11-16 01:36:42 ERROR rasa.core.actions.action - Failed to run custom action 'greet_action'. Couldn't connec…
Customer Tracker
In endpoints yml, I think that we can’t do import statement.
Customer Tracker
Hi Rasa Team, Have created a custom tracker python module and keep the required sql tracker only 1 class. tracker_store: type: "C:/Users/Edukondalu_Konakanch/Desktop/vip4/pcf_deploymentmyTracker.SQLTrackerStore" dialect: "postgresql" # the dialect used to interact with the db url: "host" getting…
Integrate Rasa bot with microsoft teams
Thanks for your reply, where we need to set API permissions in azure? could you please provide screen shots for setup API for permission. It is working perfectly fine for ngrok on localhost. when I deploy into Cloud then I am not getting any response and no error in rasa server logs. Webhook api…
Integrate Rasa bot with microsoft teams
Thanks for the response. what ever you have given tested and in browser as well as in post man the status success and code 200. nex am typing my questions in teams … there is no response. rasa server logs:: 2020-07-01T16:33:18.914+05:30 [APP/PROC/WEB/0] [ERR] File “/home/vcap/deps/0/pyt…
Next utter is not working
Hi Team, it was working fine 2 or 3 days back now. 2nd utter_help is not triggering. greet – it is initial payload “Hi”
story_1
- greet
- utter_greet
- utter_help
my pipeline: language: en pipeline:
- name: "WhitespaceTokenizer"
- name: "RegexFeaturizer"
- name: "CRFEntityExtractor"…
NLG preparation
Hi all, am bit of confusion for NLG service here, are we separating response section from domain and keeping in separate folder along with NLG service script. like actions… actions have actions.py script so NLG have nlg.py script with response text file. nlg service we are doing integration in…
User Response Tracking in actions
when I submit my buttons and entities are text then it is working fine. am planing stop the form but again anything text value it is not stopping the story. so how can stop the story interactive_story_29
greet
utter_greet
vendorProfile -vendor_profile_form
form{"name": "vendor_profile_form"} …
User Response Tracking in actions
def validate_vCode( self, value: Text, dispatcher: CollectingDispatcher, tracker: Tracker, domain: Dict[Text, Any], ) -> Dict[Text, Any]: """Validate cuisine value.""" value=re.findall('\d+', str(tracker.get_slot('vCode'))) value=''.join(value) …
Form requested slots choose from db dynamically
while doing request next slot … tracker.latestmessage.get("text") is capturing latest buttons string. but we need the initial user query. so how could i capture user query into actions. please help me on it
User Response Tracking in actions
want to get access to the payload values from my custom buttons. The main idea is to choose one option from the buttons, and then collect the payload values in a variable, in order to pass these to the next action. The custom buttons are in a loop where from each items I collect the needed values f…
How to get user entered text in custom action
if i have form action … it is taking latest message of form field of text value. but need a user question. input_str = tracker.latest_message.get("text") it is taking form field values if form fields are manually text field format. so how can i get the input str as user query.
Form requested slots choose from db dynamically
thanks saurabh, it is working fine. am facing 1 more issue with form to be pause and continue.
form is not stopping though I did stop intent and it is asking again vendor slot. kindly provide sol how we can choose slot mappings here
Form requested slots choose from db dynamically
Thanks Saurabh for your reply, am new to rasa and have seen form.py script but cant understand the flow. am using the below methods somehow manually we are asking the values to fill the slots. kIndly guide me where can call next_slot method here and used for my db values.
Train Bot using UI
build pack of angular isnot working though local setup is working fine.
Interactive
Hi, anyone implemented rasa interactive response on channel
Interactive learning - interactive.py
Hi, Have you tried to implement interactive learning through channel
pymongo.errors.OperationFailure: Authentication failed
does it resolved anyone?
Connection broken error bug
how to resolved?
Skype integration issue
Hi Team, am trying to integrate with Skype and am getting the below error. it is working until 5 to 6 minutes and stops with error. while I did restart again it works 5 to 6 minutes. please help me to resolve same?
Traceback (most recent call last): File “C:\ProgramData\Anaconda3\lib\site-package…
Telegram Integration Error
Hi is it resolved?
Rasa integration with skype
How to keep endpoints mapping here
Skype integration with rasa bot framework with not using azure frame work
Hi all, please help here !!!
Skype integration with rasa bot framework with not using azure frame work
How to provide endpoints here is it like http://localhost:5055/webhook action endpoints? or it rasa server endpoints like http://localhost:8080
How to train bot with other languages
Suppose my bot should work for german language so training NLU MD data should be in german? any way I will include pipeline as de model but my doubt with MD data. please help me here
Exclude specific values from entity recognition
Best you can use lookups for person