Hi,
I know how to load json file for training.
My question is if we can train via specific Python call a sentence to specific intent?
Or is there any way to load the training data directly from DB instead of converting it to json file as preliminary state?
Hi @lahsuk,
I understand that I can write and read the file however I thought there is other way to load training data rather than a file.
From your answer I understand that there isn’t such an option.