# rasa_faq **Repository Path**: daiyizheng_admin/rasa_faq ## Basic Information - **Project Name**: rasa_faq - **Description**: rasa faq - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-24 - **Last Updated**: 2022-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rasa FAQ ## 依赖 ## 依赖 rasa[transformers,jieba]>3.0,<4.0 pytest MicroTokenizer neo4j~=4.1 ## 数据集 https://download.csdn.net/download/weixin_42486623/85032050 放入data目录中 ## FAQ数据意图分类 ```text goodbye greet # FAQ 需要添加前缀 faq/notes faq/work_location faq/max_job_request faq/audit faq/write_exam_participate faq/write_exam_location faq/write_exam_again faq/write_exam_with-out-offer faq/interview_arrangement faq/interview_times faq/interview_from faq/interview_clothing faq/interview_paperwork faq/interview_result ``` ## FAQ相应 ```text responses: utter_faq/notes: utter_faq/work_location: utter_faq/max_job_request: utter_faq/audit: utter_faq/write_exam_participate: utter_faq/write_exam_location: utter_faq/write_exam_again: utter_faq/write_exam_with-out-offer: utter_faq/interview_arrangement: utter_faq/interview_times: utter_faq/interview_from: utter_faq/interview_clothing: utter_faq/interview_paperwork: utter_faq/interview_result: ``` ## 启动 ```shell script rasa run --enable-api --cors "*" ``` ## 前端界面 code_snippets_used_in_book/index.html