-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4544 from RasaHQ/non-binary-tracker-serialisation
Non-binary tracker serialisation
- Loading branch information
Showing
7 changed files
with
198 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,13 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0. | |
|
||
Added | ||
----- | ||
- log a warning if the ``Interpreter`` picks up an intent or an entity that does not exist in the domain file. | ||
- log a warning if the ``Interpreter`` picks up an intent or an entity that does not | ||
exist in the domain file. | ||
- added ``DynamoTrackerStore`` to support persistence of agents running on AWS | ||
- added docstrings for ``TrackerStore`` classes | ||
- added buttons and images to mattermost. | ||
- `CRFEntityExtractor` updated to accept arbitrary token-level features like word vectors (issues/4214) | ||
- `CRFEntityExtractor` updated to accept arbitrary token-level features like word | ||
vectors (issues/4214) | ||
- `SpacyFeaturizer` updated to add `ner_features` for `CRFEntityExtractor` | ||
- Sanitizing incoming messages from slack to remove slack formatting like <mailto:[email protected]|[email protected]> | ||
or <http://url.com|url.com> and substitute it with original content | ||
|
@@ -33,6 +35,10 @@ Changed | |
You can do so by overwriting the method ``get_metadata``. The return value of this | ||
method will be passed to the ``UserMessage`` object. | ||
- Tests can now be run in parallel | ||
- Serialise ``DialogueStateTracker`` as json instead of pickle. **DEPRECATION warning**: | ||
Deserialisation of pickled trackers will be deprecated in version 2.0. For now, | ||
trackers are still loaded from pickle but will be dumped as json in any subsequent | ||
save operations. | ||
|
||
Removed | ||
------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters