All - Activity - NikhilBansal21 - Rasa Community Forum
Getting rasa command not found
Jan 14, 2020
pip show rasa displays rasa info…but i am still getting same error on training the model or even using rasa init
Getting rasa command not found
Jan 13, 2020
i have it is not able to find rasa installed on my machine
Getting rasa command not found
Jan 13, 2020
Hi, I have installed rasa on my Mac OS using the installation guide, But on training my existing rasa bot using nlu train command , i am getting command not found error on terminal.
Introduce yourself!
Dec 3, 2019
hey guys… i know i have been with rasa before and also have done my introduction before but from past few months i did not got to work on this amazing tech…and i must say rasa got so popular and advanced in that period of time…i have so much to catch up on…i am pursuing masters in machine learning …
Introduce yourself!
Mar 25, 2019
Hi, here is my profile link - https://www.linkedin.com/in/nikhil-bansal-6ab10aa5/ will look forward to hear from you
NLU detects random input with wrong intent that is none with zero confidence
Mar 8, 2019
The words you have mentioned above like "aoa, klh, umh” are termed as gibberish content , After 0.12 rasa returns intent as None for these cases as these are termed as out of scope messages. I have also seen these with tensorflow_embedding , you can either try different intent classifier like miti…
NLU bot displaying null when entering alphanumeric word i.e SR85296341
Mar 8, 2019
The image shows a number of only id’s mentioned in my training data
NLU bot displaying null when entering alphanumeric word i.e SR85296341
Mar 8, 2019
yes i have provided enough amount of training data including just ID and ID + surrounding
NLU bot displaying null when entering alphanumeric word i.e SR85296341
Mar 7, 2019
i have done that… i have provided with utterances but its of no use as you can see it is catching intent as null but picking up the entity
NLU bot displaying null when entering alphanumeric word i.e SR85296341
Mar 7, 2019
@Juste ?
NLU bot displaying null when entering alphanumeric word i.e SR85296341
Mar 7, 2019
no i have not added it to a single intent /inform i have a different intent for this phrase
NLU bot displaying null when entering alphanumeric word i.e SR85296341
Mar 6, 2019
Hi, My nlu pipeline is - language: “en”
pipeline: name: “tokenizer_whitespace” name: “intent_entity_featurizer_regex” name: “ner_crf” name: “ner_synonyms” name: “intent_featurizer_count_vectors” name: “intent_classifier_tensorflow_embedding” intent_tokenization_flag: true intent_split_symbol: …
Rasa Bot responding empty array when multiple users are interacting simultaneously
Mar 5, 2019
I have a bot designed with rasa stack versions 0.14.4 (nlu) & 0.13.2 (core) . Bot works fine when a single user queries it at a time. But when multiple user’s starts talking to the bot at a single time , Bot starts giving reply “[]”.
French language trained Bot picking up random intents for some utterances
Feb 18, 2019
is their any blog post or any implemented solution for this?
Handoff to Human Agent
Feb 18, 2019
As i can say if i am getting you right , you can define another fallback action for generic fallback which will work according to the threshold you would have mentioned in your training script and you can mention that action name in your training script.
French language trained Bot picking up random intents for some utterances
Feb 18, 2019
no it is not all the time picking up right intent in that case sometimes it picks randomly a wrong intent also.
Handoff to Human Agent
Feb 15, 2019
you can do one thing design your story flow like this -
Fallback use case
Custom_Fallback_Intent
utter_message custom_action_agent_call
here utter_message - can be a phrase like - “transferring you to human” and custom_action_agent_call - where you can call your api for human handoff
French language trained Bot picking up random intents for some utterances
Feb 15, 2019
bot is not only accepting english phrases but also picking up other languages and for some phrases it is picking up right intents meaning they are mapping correct intents like when i type "can you tell me how can i log into outlook?” it picks outlook intent when i type same phrase in spanish it picks...
French language trained Bot picking up random intents for some utterances
Feb 15, 2019
yes similar to these types only
French language trained Bot picking up random intents for some utterances
Feb 14, 2019
Hi, I have a bot which should work on french language only, But my bot sometimes picks random intent’s when typed something in English also . This should not be happening . I have gone through the language support doc and my nlu config is this -
language: “fr” pipeline: name: “tokenizer_whitespace” ...
Issue while running multiple nlu projects within same HTTP server
Feb 14, 2019
Hi, My rasa nlu version is 0.14.2 and the issue is that i have two bots running on same http server with two different endpoints. One bot is in English language other is in french. My issue is that on passing an utterance to the french language bot , intent is getting picked for that particular utterance...
Getting an Internal Server Error on implementing Rest-Input Channel
Feb 4, 2019
Hi, I was implementing my bot using rest input channel , i followed the docs and gone through each step but on accessing my bot like this (postman) - http://localhost:5002/webhooks/rest/webhook { “sender”: “Rasa”, “message”: “Hi” } I am getting an internal server error with 500 error code. Her...
Getting an Internal Server Error on implementing Rest-Input Channel
Feb 1, 2019
Hi, I was implementing my bot using rest input channel , i followed the docs and gone through each step but on accessing my bot like this (postman) - { “sender”: “Rasa”, “message”: “Hi” } I am getting an internal server error with 500 error code. Her...
Multiple Actions For Single Intent
Jan 24, 2019
Hi, Thank you for your reply I do not understand in Story 2 why have you mentioned “- action_which_software_install” as user will be mentioning the required software name in this use case.
After Fallback policy is started Stories stops working
Jan 15, 2019
but i didn’t get that how OOV will help me with my issue, My issue is that i have a custom action which works like form action i.e when a slot is not filled , it utters for the slot value until that particular slot is filled by the user, But this implementation fails when fallback is triggered ! N...
After Fallback policy is started Stories stops working
Jan 15, 2019
Sorry i didn’t get that
Fallback intents for context-sensitive fallbacks
Jan 15, 2019
yes i have also mentioned these stories but in my case whenever fallback comes the mentioned stories fails to work
Fallback intents for context-sensitive fallbacks
Jan 15, 2019
@Ghostvv this flow i was trying to tell you in my issue
After Fallback policy is started Stories stops working
Jan 15, 2019
is their any way to prevent that? cz i tried with stories and it does not picks up stories at the time of fallback
After Fallback policy is started Stories stops working
Jan 15, 2019
i dont think so, fallbacks are meant to handle out of scope messages, Agree! but it does not mean that before state should get lost. If a user is in middle of a dialogue and utters an input which goes out of scope or context bot should handle it gracefully but should also remember the previous state...
After Fallback policy is started Stories stops working
Jan 14, 2019
I mean that i have an action which usually triggers like this -
U - i want to order something B- what would you like to order ? U - i am thinking of booking a cab B- where do you want to go? (Here my bot utters next action whenever something is left unanswered) B - Do you want to continue to o...
After Fallback policy is started Stories stops working
Jan 14, 2019
Hey @Ghostvv i tried following the steps mentioned here - but it didn't work However utter_default worked fine , the code -
class ActionFallback(Action):
def name(self):
return ‘action_fallback’
def apply_to(self, tracker):
tracker._reset()
tracker.replay_events()
def run(self, dis…