Skip to main content

TrackerStore for rasa_core connecting to MongoDB

Project description

rasa-mongo-tracker-store

Build Status

TrackerStore for rasa_core connecting to MongoDB

Installation

Install the package using pip:

pip install python_mongo_tracker_store

Usage

MongoTrackerStore can be used when loading or instantiating an Agent:

from rasa_mongo_tracker_store.store import MongoTrackerStore

agent = Agent.load(
    'path/to/dialogue/models',
    tracker_store=MongoTrackerStore(
        None, # rasa's internal logic will set the domain lateron
        host='localhost', port=27017, database_name='rasa',
        collection='trackers',
    ))

License

MIT © Frederik Ring

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rasa_mongo_tracker_store-0.1.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

rasa_mongo_tracker_store-0.1.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page