financial-demo icon indicating copy to clipboard operation
financial-demo copied to clipboard

A demo for a financial services bot

Results 42 financial-demo issues
Sort by recently updated
recently updated
newest added

- Remove duckling dependency - Add action server docker file

Add skill for retrieving bank account/credit card account details. Could be asked for by e.g.: "What is my account number?" "I need my account details" "credit card number" Could have...

enhancement

Following items need to be fixed: - [line 138](get_validation_events): replace `super().validate(...)` with `super().get_validation_events(...)` - Update docstring to reflect new approach to slot-mapping.

After `pip install -r requirements.txt` ``` ERROR: Cannot install -r requirements.txt (line 6) and rasa[spacy]==3.1.0 because these package versions have conflicting dependencies. The conflict is caused by: rasa-sdk 3.1.0 depends...

Hi, when will be the rasa-sdk version be updated to version 3.x.x in the financial-demo ? I was follwing the udemy tutorial and there we run the requirements.txt file. My...

Thanks for this great example. I have trouble finding a coherent how-to on integrating this assistant with mattermost. Any hint appreciated! Cheers,

Additional docs on how to use custom forms implementation per #174

I'm implementing Arjaan's form approach here and ran across a good [post](https://forum.rasa.com/t/how-do-i-deactivate-a-form-during-validation/40169/18) of his that filled in some info on how to use this. Will be copying this content into...

(Deprecated) As of spaCy v3.0, symlinks like "en" are not supported anymore. You can load trained pipeline packages using their full names or from a directory path.

Add skill for spending advice e.g. "How can I manage my money better?" "What can I do to save more?" https://github.com/RasaHQ/customers/issues/185

enhancement