And I found that when asking the question: “what is the price range of Berlin Burrito Company?” the bot does not recognize it. Eventhough it is stated this way 1:1 in the NLU data. So is it possible that knowledge base actions are not supported anymore by the newest version of rasa?
Or can someone tell me at which version Knowledge Base Actions worked flawlessly? Because I wanted to use this feature for my Bot with a different Knowledge Base, but unfortunately it does seem like at least attribute queries do not work in the latest Rasa version.
I see that the Knowledge Base Bot has been updated 2 days ago. Now when I try “rasa train” with the newest version, it says “No training data given. Please provide stories and NLU data in order to train a Rasa model using the ‘–data’ argument.”. Never got that error before.
Also I saw that in the data folder the files nlu.md and stories.md have been both changed to nlu.yaml and rules.yaml. Why is that?
EDIT 2: I just saw now that the new format was edited to adhere to Rasa 2.0 standards, so I installed the latest version of Rasa which is 2.0.0a1. Now the command “rasa train” works without problems, but the knowledge base bot still doesn’t understand the sentence "what is the price range of Berlin Burrito Company?
It seems like the Bot does not understand questions where a specific attribute of a specific restaurant/hotel is needed. If instead of a specific restaurant I first ask for a list of restaurants and then ask about a specific attribute of the last restaurant in the list via mentions, the Bot understands that and gives me the right answer.
Ok now after some testing I found out, that everything works if first you ask for a list of objects (restaurants or hotels). Then the bot is able to extract specific attribute values for the objects. But if you start the conversation with a question for a specific attribute the bot does not understand the question. Is this bot or knowledge base actions meant to work this way?
have you guys figured out a way to just have attribute related questions without the whole list being displayed first@TheDrEmil @skylacking ? because I am stuggling with the same thing too