ChitChatAssistant icon indicating copy to clipboard operation
ChitChatAssistant copied to clipboard

(已不维护)Rasa中文聊天机器人

Results 62 ChitChatAssistant issues
Sort by recently updated
recently updated
newest added

[{ "recipient_id": "zengfy", "text": "utter_default" }, { "recipient_id": "zengfy", "image": { "active_form": {}, "events": [{ "event": "action", "timestamp": 1583046260.1370728016, "name": "action_session_start", "policy": null, "confidence": null }, { "event": "session_started", "timestamp":...

比如在用户的一句话里中同一类entity识别出来好几个,比如症状symptom,有【肚子疼】、【腹泻】和【头晕】,我怎么把这些都属于symptom的entity 填充到一个叫symptomList的槽当中呢

所有的训练都按照文章要求来的,但是在输入input“话费“和”天气“之后,均显示Failed to extract slot phone_number with action phone_form。 ![image](https://user-images.githubusercontent.com/62700837/77643960-39e2cb80-6f9b-11ea-8cc0-4ffb83597989.png) 因为是在服务器上跑,所有没有用server.py,用的是rasa shell --endpoints configs/endpoints.yml 请问是什么原因,谢谢!

class WeatherForm(FormAction): def name(self) -> Text: """Unique identifier of the form""" return "weather_form" @staticmethod def required_slots(tracker: Tracker) -> List[Text]: """A list of required slots that the form has to fill"""...

Bumps [joblib](https://github.com/joblib/joblib) from 0.14.1 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.3 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

大神们好,想请问下我在执行这条语句的时候python -m rasa train --config configs\zh_jieba_supervised_embeddings_config.yml --domain configs\domain.yml --data data\ 出现了下列错误: YamlValidationException: Failed to validate 'E:\项目\wxChatBot\configs\domain.yml'. Please make sure the file is correct and all mandatory parameters are specified. Here...