RasaHQ / rasa-demo

:tiger: Sara - the Rasa Demo Bot: An example of a contextual AI assistant built with the open source Rasa Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lookup Table File Syntax for Rasa 2

Esther-Guo opened this issue · comments

Hi!

There might be a typo in using lookup table file in nlu.yml. Since the lookup table files are in YAML format but they are referred to as TEXT files.
Suggestion: change location**.txt** and products.txt to location.yml and products.yml

(For someone gets errors when they want to separate lookup files from nlu.yml, pointing to the files is no longer needed.)

Cheers

Thanks for the issue, @tmbo will get back to you about it soon!

You may find help in the docs and the forum, too 🤗

@Esther-Guo, thank you for creating an issue! Correct me if I'm wrong, you're referring to these lines in Sara's nlu.yml files?

@koernerfelicia Yes, exactly!