You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daveta opened this issue
Apr 28, 2021
· 2 comments
· May be fixed by #1224
Assignees
Labels
backlogThe issue is out of scope for the current iteration but it will be evaluated in a future release.P1Painful if we don't fix, won't block releasing
What CLI version are you using: 4.13.1
What OS are you using: Windows
Describe the bug
The lu parser is designed for LUIS which imposes a constraint on the number of utterances. For Orchestrator, it can handle more utterances and this limitation needs to be removed.
We have a customer (ATOS) who will run into this sooner than later.
To Reproduce
Steps to reproduce the behavior:
Run bf luis:build --in .\lu\orch_e2e.zh-cn.lu --authoringKey ... --botName test
{
"text": "[ERROR] 18374 utterances found in application. At most 15000 is allowed.",
"errCode": 503,
"diagnostics": [
{
"Message": "18374 utterances found in application. At most 15000 is allowed.",
"Severity": "ERROR"
}
]
}
[bug]
The text was updated successfully, but these errors were encountered:
hcyang
added
backlog
The issue is out of scope for the current iteration but it will be evaluated in a future release.
P1
Painful if we don't fix, won't block releasing
and removed
P0
Must Fix. Release-blocker
labels
Jun 23, 2021
This issue now depends on a successful resolution of a newly found issue: #1244.
Reduce to P1. Move it beyond R14. Bf-orchestrator-cli can consume an internal JSON input and avoid consuming LU input due to the lu-parser 15000 constraint and potential 1244 bug.
backlogThe issue is out of scope for the current iteration but it will be evaluated in a future release.P1Painful if we don't fix, won't block releasing
Versions
What CLI version are you using: 4.13.1
What OS are you using: Windows
Describe the bug
The lu parser is designed for LUIS which imposes a constraint on the number of utterances. For Orchestrator, it can handle more utterances and this limitation needs to be removed.
We have a customer (ATOS) who will run into this sooner than later.
To Reproduce
Steps to reproduce the behavior:
Run
bf luis:build --in .\lu\orch_e2e.zh-cn.lu --authoringKey ... --botName test
[bug]
The text was updated successfully, but these errors were encountered: