Releases: samtecspg/articulate
Articulate 0.11.2
FIXED
- intent saying pagination bug
- disable domain field when editing intents - we wont support changing domains for now
- training data generation bug when generate extra training data bug was deselected
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.11.1
CHANGED
- Changed default
max_training_processes
for Rasa to 1. This will slow down training, but also drastically reduces memory requirements.
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.11.0
ADDED
- Added new spacy pre trained entities to the UI
CHANGED
- Error and Out of Date status in training changed to red color
- Arranged agent settings to use accordion display
- Enable toggle to create just one model per agent or one per domain (Prepartion for tensorflow pipeline)
- Updates to docker/docker-compose to ease modification
REMOVED
- Removed system entities to being sent as user defined entities to the training data
FIXED
- Highlight regex entities when they are at the begging of an user example
- Enabled message of pre release
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.10.2 (Hotfix)
Fixed:
Sent training data to rasa without system entities to avoid them to be recognized as user defined entities
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.10.1 (Simplifying Cloud Installations)
Changed
- Modified compose to allow cloud VM launch with
PUBLIC_IP=xxx.xx.xx.xxx docker-compose up
- Updated installation docs
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.10.0 (Enabling more customizations)
Added
- Added synonyms to training data when extra training data is not enable
- Post format (now you can define what you want to return in your /converse endpoint)
- Whenever a regex matches is now converted in a slot with the name a sys.regex_yourEntityName
- Sortable slots with drag and drop method (this could help you to define your conversation flow)
- New slot functionalitty. Now you can create slots without highlighting text from the user examples
- Global and agent settings
- Rasa settings
- Duckling settings
- Entity type: learned (Trained with Rasa) or regex (directly match a regex)
Changed
- Default payload of agent webhook
- Settings endpoints. Now when you put you put an object of settings and that will overwrite the specied values in the payload
Removed
- Rasa and duckling .env variables
Other
- Multiple bug fixing
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.9.4 (Fixes)
Added:
- Usage of entity synonyms in training data (entity_synonyms section of RASA)
- Test for import to export endpoints
Changed:
- Default export
withReferences
param set to false - Fixed import of agent with regex = null
Other:
- Fixed PUT agent/{id} unit test
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.9.2 (chat and library upgrades)
Added:
- New UI for the conversation panel with improved cards and a label for the bubbles
- Persistence of system entities
- Personalized 404 page and alert of bad API configuration
- Unload old model when a new model is created to free rasa memory
- New toggle for the create/edit screens of the agent and domains to define if the training data should be generated using all the intents/entities combination
Changed:
- By default the training data will be only the the data provided by the user
- Update to Duckling version 0.1.6.0
- Update to Rasa version 0.12.3
Other:
- Several UI improvements and bug fixing
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.8.1 Release (more training control)
Added:
- New toggle for the create/edit screens of the agent and domains to define if the training data should be generated using all the intents/entities combination
Changed:
- By default the training data will be only the the data provided by the user
Documentation
For additional information or help getting started head over to our documentation.
Articulate 0.8.0 (Minor - Bug squashing and swagger change)
Documentation
For additional information or help getting started head over to our documentation.