-
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.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Deprecate training and test data in Markdown format. This includes: | ||
- reading and writing of story files in Markdown format | ||
- reading and writing for NLU data in Markdown format | ||
- reading and writing of retrieval intent data in Markdown format | ||
|
||
Support for Markdown data will be removed entirely in Rasa Open Source 3.0.0. | ||
|
||
Please convert your existing Markdown data by using the commands | ||
from the [migration guide](./migration-guide.mdx#rasa-21-to-rasa-22): | ||
|
||
```bash | ||
rasa data convert nlu -f yaml --data={SOURCE_DIR} --out={TARGET_DIR} | ||
rasa data convert nlg -f yaml --data={SOURCE_DIR} --out={TARGET_DIR} | ||
rasa data convert core -f yaml --data={SOURCE_DIR} --out={TARGET_DIR} | ||
``` |
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