TrackerStore for rasa_core connecting to MongoDB
Project description
rasa-mongo-tracker-store
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rasa_mongo_tracker_store-0.1.1.tar.gz
.
File metadata
- Download URL: rasa_mongo_tracker_store-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b893e5dbd413ec5c3256246fc76808d1de01a70b3e7e2d492758375239c526b9 |
|
MD5 | dc9d775c8379eab1fb41925c09cc8867 |
|
BLAKE2b-256 | e9bc10d920639fc2f5612b0d8db632bed3c1ee5350ad7aca9fdd4b237e1beae8 |
File details
Details for the file rasa_mongo_tracker_store-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: rasa_mongo_tracker_store-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 981240b3508d0d6e4270c643f60f59f845789f8f3600be72f55f100a7303bf73 |
|
MD5 | 492a79779be4b4033dcd1005b2f10ca3 |
|
BLAKE2b-256 | 024c46cff149401d8632959f98af482eea5873a0b0fe6f88e21ec7493812cddc |