-
Notifications
You must be signed in to change notification settings - Fork 1k
#1195 - add documentation on how to use different tracker stores #1198
Conversation
Is it required to update the changelog for changes in the documentation? |
docs/tracker_stores.rst
Outdated
user: <username used for authentication> | ||
password: <password used for authentication> | ||
|
||
3. To start the Rasa Core server using your configured Redis instance, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably mean MongoDB instance instead of Redis instance?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I updated the branch. Somehow it's not yet reflected in Github.
cf22f01
to
818ece4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @wochinge. Really good job with including the actual setps of implementation - it's a very common request from our community and makes it a lot easier to understand how the feature should be implemented.
Note from the #1048 , the endpoints.yml documentation needs to be updated. timeout is replaced by record_exp |
818ece4
to
16f5d97
Compare
Thanks for the hint, but I haven't included the timeout in the examples I made (guess I always assumed the default values). But I think it is a good idea to add a description of each possible parameter for each tracker store. |
16f5d97
to
b82cd52
Compare
b82cd52
to
3bc07d3
Compare
@JustinaPetr Can you have one more quick look. I added a section which lists the possible parameters for each |
Looks good @wochinge. |
Motivation:
To make this feature useable for developers, they need documentation on that.
Proposed changes:
developer
section which informs about the currently existing tracker store types and how to configure themdeveloper
section which explains how to implement a custom tracker store.Status (please check what you already did):