Converted JSON training data to Markdown and changed to use new Rasa experimental Retrieval Actions.
- Rasa installation
- None (triggers default fallback)
- smalltalk_human
- faq
- distancing
- symptoms
- vaccine
- vulnerable
- testing
- supplies
- flu
- howmany
- masks
- timescale
- spread
- handwashing
- curve
- whatisit
- origin
- company
- open
- wfh
- mitigation
- deliveries
npm start
if you'd like the most recent changes from the source repo (not maintained by me)- Add the following to your
config.yml
:# config.yml pipeline: # ... rest of pipeline - name: "ResponseSelector" retrieval_intents: faq - name: "ResponseSelector" retrieval_intents: company
- Copy over the files from
data/
into your rasa project directoryalternatively, you can copy
temp/covid19_data.md
if you wanted all training data from the source - Add your story files in
data/responses.md
rasa train