Skip to content

skanderbenalaya/rasa.core.brokers.pika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rasa.core.brokers.pika

Requirements

Python dependencies

Pika : pip install pika

Pymongo : pip install pymongo

Steps

Enable Rabbitmq management interface : rabbitmq-plugins enable rabbitmq_management

You can then access it through : http://localhost:15672/

Edit the endpoints.yml with the one in this repository

Launch Rabbitmq server

Run rasa shell -- debug

Run the python pika_consumer.py script

Interact with rasa shell and check for the logging in mongodb collection "logs"

Leave the rasa shell idle for 10mins and try again to check if the channel is still open for the broker.pika.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages