Multi answers in Reponse Selector is avaiable or not

Can I have more than one response in the responses.md? Example:

ask name

  • chitchat/ask_name
    • my name is Sara, Rasa’s documentation bot!
    • ““The second response””

I have tested it, the answer is always the first one, What does it really work inside the response selector of RASA,

Thank you

hi @NoahDrisort ! Unfortunately in Rasa open source 1.x you cannot. Version 2.0 is coming in the next couple of months and will support this.

2 Likes

Thank you very much for your response!

I am writing custom TF-IDF like this tfidf.py (23.6 KB)

It runs quite similar to countVector in DIET but when I fit it to Response Selector, the accuracy extremely decreases compare to CountVector. In origin, CountVector, Rasa just store vocab set, with my TFIDF custom, I stored whole this featurizer.

I don’t know what makes it too different, I don’t know if it relates to “response attribute”.

Do you know how to debug in vscode the response_selector <3 <3 <3 ?