Rasa 3.x 学习系列- Rasa - Issues 4759:Training Luis data with luis_schema_version higher than 4.x.x will

Rasa 3.x 学习系列- Rasa - Issues

Issues 4759

使用Luis高于Luis_schema_version 4.x.x的训练数据,将显示警告而不是抛出异常。

Issues 4759 修复

import logging
from typing import Any, Dict, List, Text

from rasa.shared.nlu.constants import (
    TEXT,
    INTENT,
    ENTITIES,
    ENTITY_ATTRIBUTE_TYPE

猜你喜欢

转载自blog.csdn.net/duan_zhihua/article/details/126506188