Skip to content

tdzienniak/rasa-bug-with-mongo-tracker-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository demonstrates bug with Rasa 1.7.0.

How to reproduce bug:

  1. Run bot with MongoDB tracker store:

docker-compose up

  1. Run test shell script:

./test.sh

The script will first insert new message and then predict action. action_listen gets predicted which is incorrect, because user's message is already in the tracker, thus utter_greet should be predicted. There are also 2 action_listen action in a row at the start of conversation.

About

Repository reproducing bug with Rasa and MongoDB tracker store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages