Skip to content

Latest commit

 

History

History
 
 

Chapter07

[Chapter 07] 实体角色和分组

    Rasa 3.0.X or Rasa3.3.0
    pip install --no-deps -r ../full_requirements.txt
    train: rasa train
    start rasa action: rasa run actions
    start rasa server and client: rasa shell
    start rasa server: rasa run --cors "*"
    start web client: python -m http.server

使用浏览器打开链接: http://localhost:8000/ 尝试输入一些查询,例如“帮我订一张明天从上海到北京的车票”,看看回复。 演示效果如下所示: