Replies - Activity - nikamsau - Rasa Community Forum
ModuleNotFoundError: Cannot find class 'LexicalSyntacticFeaturizer' from global namespace
Hey @JiteshGaikwad, I’m facing the same issue. I’m using
- python 3.6
- pip version: 20.1.1
- yes I’m using anaconda
- rasa version : 1.9.4 Please do respond, asap
ERROR in testing. ValueError : invalid end-to-end format for message greet
No I couldn’t solve it. Testing is failing in middle
hey @bparikh99, I tried with that too, but yet the same error. Could you please suggest me something else?
How to get the value of previous slot in current form action?
Ok, got it. Thanks a lot for clarifying the concepts.
okay. So basically you want to say that I need to use 2 slots here and it won’t work with single slot, right?
And in general how to do the contextual training? Like do we need to use forms every time or use different slots and then maintain the context ?
Slot gets first set when user asks for version.
1st time slot is filled: [ver1] (version_type)
2nd time : [rollback version] (version_type)
So when user asks for rollback version, bot should check slot value(1st) and then respond
@IgNoRaNt23
Off-course we use this method to get slot value, but here ver1, ver2, ver3, rollback version belongs to same slot named “version_type”. So in this case, how can we get the value of previous value of slot.
Conversation flow you mentioned is correct.
Even if I don’t use forms, how will I get the previous value of slot(as it will be holding the current extracted value)?. I need this because my current conversation depends on previous slot value.
Example story:
user: Can I get a version?
bot : Su…
How to make training data with 1000s of features
Show me [Bios Version] (feature_type)
Show me [Chassis Model] (feature_type)
Can you please tell the [IP Address] (feature_type) ?
Can you please tell the [DNS Rac name] (feature_type)?
So here I’ve 1000 such feature types(entity value). How to train bot to identify and extract the correct entity…
But those entities are nothing but the normal English words. How to use regular expression to distinguish it
Custom Action Server Failed
hey thanks!!
I forgot to mention custom action in domain.yml file.
The rasa action server is stuck on starting mode, it’s not proceeding further.
(Status:First 4 lines)
Thanks @Juste for the response. I will surely go through the tutorial. But kindly provide the updated example, so that I can progress easily.