jayeshdesai4520 / chatbot-ng-internal

MIT License
3 stars 0 forks source link

Add "Ask Qanary Intent" and add training phrases to it #37

Open Perevalov opened 3 years ago

Perevalov commented 3 years ago

Put some questions from: https://raw.githubusercontent.com/AskNowQA/LC-QuAD/data/train-data.json into training phrases of Ask Qanary Intent instead of Default Fallback intent

jayeshdesai4520 commented 3 years ago

Hi, @Perevalov so "Ask Qanary Intent" logic will be the same as of fallback Intent right?

Perevalov commented 3 years ago

Hi, @Perevalov so "Ask Qanary Intent" logic will be the same as of fallback Intent right?

Correct, "Ask Qanary Intent" is now querying the webhook. Now Fallback intent should return e.g. "sorry, I didn't understand you"

jayeshdesai4520 commented 3 years ago

@Perevalov ok!

jayeshdesai4520 commented 3 years ago

@Perevalov I made a file askqanaryintent.json with 4000 phrases and uploaded it to Dialogflow but it turns out that I can only use 2000 phrases for training the intent, It says "The number of examples per intent has reached the limit of 2000. Email us at support@dialogflow.com for higher quota." but so far I have tested with some questions it works fine I will upload the code tomorrow.

jayeshdesai4520 commented 3 years ago

uploaded the code here https://github.com/dbpedia/chatbot-ng