New training data format (Initilal Implementation) #5970
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Milestone
Umbrella ticket for the initial implementation of the
New Training Data Format
.The latest format examples are in the notion.
We can logically split the work into three parts:
NLU
: needs new YAML parser + support separation of lookup tables. Issue: New Training Data Format - NLU #5983Stories
: needs new YAML parser + support Rules. New Training Data Format - Stories #5996Domain
: add support to split the file. Issue: New Training Data Format - Domain #5984For the initial implementation IMO it's enough to implement only
read
functionality for the parsers,dump
can be done later.NLU
andStories
are still using--data
parameter, and--domain
should accept the folder name.Later we can decide is we want to allow the keys from domain (i.g.
intents
) to be mixed with for exampleNLU
data.Later we should also implement a
converter
from the existing format to the new one.To a certain amount the work can be parallelized, so every point above can be implemented separately.
The text was updated successfully, but these errors were encountered: