Is it possible to take intent variable from database?

Rasa Core version : Unreleased 0.13.0.aX

Python version : 2.7.12 Operating system (windows, osx, …): linux 4.8.0-53-generic Issue : we are trying to make auto location take from database, suppose we went all location or city from our mysql database as intent entity, is it possible ?

i.e in your restaurent example you take cuisine varibale in ## intent:inform with many values so we need to take city varible with take all values from our mysql database.

Hi @dipenpatel235, you might want to look into lookup tables: Training Data Format

You could populate a lookup table with the contents of your mysql database (there is no built-in feature to do this)

1 Like