Code Monkey home page Code Monkey logo

Comments (6)

stevkan avatar stevkan commented on June 2, 2024

I'm presently researching this and will keep you updated. In the mean time, can you tell me if this error occurred with previous version of the tool? Is this something you tried previously and worked but is now failing?

from botbuilder-tools.

JorJames1 avatar JorJames1 commented on June 2, 2024

No, I didn´t try and work with previous versions of the tool. The tool works with two LUIS apps (less than 100 entites) but doesn´t work with all LUIS apps (more than 100 entities).

from botbuilder-tools.

stevkan avatar stevkan commented on June 2, 2024

@JorJames1, I'm not experiencing an issue with attaching multiple LUIS apps. Can you list the specific commands you are passing thru just to double check they are correct?

from botbuilder-tools.

JorJames1 avatar JorJames1 commented on June 2, 2024

I have done it like there: https://github.com/microsoft/botbuilder-tools/tree/master/packages/Dispatch

  1. npm install -g bot dispatch
  2. dispatch init -n TestDispatch --luisAuthoringKey "[...]" --luisAuthoringRegion westeurope
  3. dispatch add -t luis -i [...] -n "LUIS01" -v 0.1 -k [...]
  4. dispatch add -t luis -i [...] -n "LUIS02" -v 0.1 -k [...]
  5. dispatch add -t luis -i [...] -n "LUIS03" -v 0.1 -k [...]
  6. dispatch add -t qna -i [...] -n kb -k [...]
  7. dispatch create

As I said before, I can create the tool with less than hundred entities but if I want to create a tool with more entities, it fails:
"Exporting services for dispatch...
Exporting LUIS01 application...
Exported LUIS app JSON is at [...].json
Exporting kb QnA kb...
Exported QnA app JSON is at [...]json
Expanding kb [...] with word alterations
Exporting LUIS02 application...
Exported LUIS app JSON is at [...].json
Exporting LUIS03 application...
Exported LUIS app JSON is at [...].json
Creating dispatch LUIS model json...

ERROR
Exceeded entity limit for Dispatch"

from botbuilder-tools.

stevkan avatar stevkan commented on June 2, 2024

Hi @JorJames1, thank you for your patience. Let me research this today and I'll try and have a response by EOD for you.

from botbuilder-tools.

stevkan avatar stevkan commented on June 2, 2024

@JorJames1, I'm able to confirm that this is actually expected behavior. LUIS has a hard limit of 100 main entities when the total pattern entities used in child LUIS apps exceeds 100 (reference Limits - LUIS - Azure Cognitive Services | Microsoft Docs). Dispatch merely employs LUIS and therefore respects those limits.

The only recourse is to ensure the child LUIS apps do not exceed 100 pattern entities. It is possible to have more than 100 entities, but not 100 entities used in patterns.

Closing as resolved.

from botbuilder-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.