All - Activity - susajsnair - Rasa Community Forum

Congratulations

Congratulations @nbeuchat

Get Rasa-certified online! [sold-out]

Thank you @Emma

Dishant Gandhi joins the Rasa Hero group!

Super.

How to provide the lookup entities in .txt format

Thank you so much. You are awesome @fkoerner

@Emma The Udemy courses are RASA < 2 versions which are outdated for now right! Please update those.

Can you provide a small example! if so it will be helpful. Thanks

This leads to exception in data/nlu.yml:3: Key 'lookup' was not defined. Path: '/nlu/0' in data/nlu.yml:3: Key 'files' was not defined. Path: '/nlu/0'

How can access tracker in custom connector

@alopez Is there any way to access tracker in my connector. Actually I need to access slot values in my connector. I am using RASA 2.1

How to run the customized Facebook Channel code overriding the default code

I have copied the facebook.py and pasted as fb.py in root directory and changed my credentials.yml of the facebook section into

fb.FacebookInput:
  verify: <key>
  secret: <secret>
  page-access-token:<token>

Now it is working with this fb.py

Can you describe this with a small example. I am also trying to override the facebook.py file, because I need to convert audio file from fb messenger into text by using external API, then pass to Rasa NLU.

How can I convert an audio message from Facebook with Google Speech to Text

@Rasa I am sorry, I couldn’t find a related topic or examples to do the action. Is there any tutorials available or any way to override the facebook.py to achieve the same?

Setting conditions in stories

@Rasa please have a look

How can I implement a sentiment analysis in RASA 2.x

When I am trying with pre-trained model

Traceback (most recent call last):
  File "/home/fingent/venvs/bbc_demo/bin/rasa", line 8, in <module>
    sys.exit(main())
  File "/home/fingent/venvs/bbc_demo/lib/python3.8/site-packages/rasa/__main__.py", line 116, in main
    cmdline_arguments.fu…

@Rasa I have followed this tutorial but ended up with couple of errors and understood that it is in older version of RASA. Is there any way to do it in RASA 2.x?

Facebook Quick Replies Error

@Rasa Can we have a solution! I am also stuck in here.

Is there any way to access intent_ranking in real development scenario?

@alopez looks good, thanks

ERROR: No matching distribution found for tensorflow~=1.13.0 (from rasa_core)

@prakashr how could I access

from rasa_core.interpreter import RasaNLUInterpreter

In Rasa 2

@prakashr this may fix this temp issue, but there is no way to work rasa_core and rasa install and works in same environment. At the end it all leads to dependency issues.

Is there any way to access intent_ranking in real development scenario?

@alopez this is not my case, All I wanted to access the intent_ranking []. Is there any way to access that.

ERROR: No matching distribution found for tensorflow~=1.13.0 (from rasa_core)

I could install pip install rasa[full] in my env with following errors

ERROR: tensorflow 2.3.1 has requirement numpy<1.19.0,>=1.16.0, but you’ll have numpy 1.19.4 which is incompatible.
ERROR: aiohttp 3.6.3 has requirement yarl<1.6.0,>=1.0, but you’ll have yarl 1.6.3 which is incompatible…

How to combine stories and rules for form filling - ERROR: 'contradicting rules and stories'

@akelad I actually mean, if someone comes and tries to understand newly, will try to work with RASA 2.x and there is no more proper tutorials available. The docs which are available on the website are good for those who have already part of it, not for newbies.

Is there any way to access intent_ranking in a real scenario?

How can I access intent_ranking in a real scenario, like which I can see via terminal response for each utterance. I have to know which and its rankings of specific utterance/intents come in the intent ranking list.

How to combine stories and rules for form filling - ERROR: 'contradicting rules and stories'

@tatianaf Your absolutely right. I wonder why don’t these guys develop a friendly documentation. @Rasa I have watched many tutorials on YouTube, which are 1.8, and you guys released 2.0 with major updates and not yet released its tutorials, the documentation which is available on your website are not…

RASA X : Unable to add new entity from NLU Training Data page

Rasa Version : 2.0.2 Rasa SDK Version : 2.0.0 Rasa X Version : 0.33.0

I am new to RASA, and when I try to annotate an entity from intent values from RASA X user interface, it is not responding well. Create new button click will close the popup