Introduce a skip_validation
parameter in yaml reader
#8333
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
Description of Problem:
Currently
yaml_story_reader::read_from_string
always validates it's input.This makes reading strings from the database (that were already validated) very slow, which e.g. happens in requests to
GET /domainWarnings
in rasa-x.Overview of the Solution:
To speed up reading strings from the database we introduce a
skip_validation
parameter inyaml_story_reader::read_from_string
andyaml_story_reader::read_from_file
Examples (if relevant):
Blockers (if relevant):
Definition of Done:
The text was updated successfully, but these errors were encountered: