Open feryah opened 3 years ago
Have you checked the "database/dialog files" if the answer has really been added?
Have you checked the "database/dialog files" if the answer has really been added?
Can you please tell me where can I find that?
Have you checked the "database/dialog files" if the answer has really been added?
I have the same issue and the answers were added to the database file.
Have you checked the "database/dialog files" if the answer has really been added?
Can you please tell me where can I find that?
search for sqlite3 file in you projects root directory
Hi, I am trying to build a chat bot in French that learns new questions and answers thanks to the feedback given by the user. But when I ask the bot the same question it just learnt, it doesn't work, it still give a random answer like for the question: "What is the capital city of Germany?" I give it the answer "Berlin" to learn and it prints me "answers added" but when I ask this question again it still not have the answer. Any help please?
Here is my code: