Hi everyone,
I am using latest version of rasa in which I have given files in lookup_table it is not identifying any of the element values from lookup table.
here is the example of training file.
{
language : "language",
pipeline : {},
data : {
example:[],
entity_synonyms:[],
lookup_tables : [
{ "name" : "name", "element": "filepath.txt" },
{ "name" : "name1", "element": "filepath1.txt" }
]
}
}
Can anyone guide me?
Thanks