Code Monkey home page Code Monkey logo

Comments (6)

sschutten avatar sschutten commented on June 2, 2024 1

Orchestrator is not an option for us, since it is in preview and only supports English as of now. I would love to have an option to continue to use dispatch, even though it may require a workaround, until Orchestrator is ready.

from botbuilder-tools.

joshgummersall avatar joshgummersall commented on June 2, 2024

bf-cli tools have replaced botbuilder-tools, so I would recommend taking a look at https://github.com/microsoft/botframework-cli/tree/beta/packages/orchestrator and https://github.com/microsoft/botframework-sdk/tree/main/Orchestrator. In particular, Orchestrator is now recommended in place of Dispatch for stitching together multiple LUIS and/or QnA Maker models.

from botbuilder-tools.

munozemilio avatar munozemilio commented on June 2, 2024

@tsuwandy can you provide input on this one please?

from botbuilder-tools.

tsuwandy avatar tsuwandy commented on June 2, 2024

Will check with QnAMaker team on the preview endpoint...

from botbuilder-tools.

tsuwandy avatar tsuwandy commented on June 2, 2024

@SSanjeevi, we'll be releasing an update to Dispatch CLI where you could optionally specify the endpoint for QnAMaker preview API in config, targeting sometime tomorrow.

from botbuilder-tools.

tsuwandy avatar tsuwandy commented on June 2, 2024

@SSanjeevi, sorry for the delay. We just deployed Dispatch version 1.7.3, which will let you:

  • Override the QnAMaker endpoint to point to preview endpoint
  • Add an optional region field to qna maker source

To try this:

  • To point to QnAMaker endpoint:
    Find where dispatch is installed. If globally, it should be in C:\Users<USER_NAME>\AppData\Roaming\npm\node_modules\botdispatch\bin\netcoreapp2.1
    Open appsettings.json, replace "QnAMakerDownloadUrlFormat": "{0}/qnamaker/v4.0/knowledgebases/{1}/Test/qna{2}" with "QnAMakerDownloadUrlFormat": "{0}/qnamaker/v5.0-preview.1/knowledgebases/{1}/Test/qna{2}"

  • Open the .dispatch file (in folder where you run dispatch CLI), add a region property for QnAMaker source, ie:
    {
    "kbId": "8a707cd7-c07c-4575-942e-4f999ffc42fd",
    "subscriptionKey": "ace6dbe611bf4e2b8f00cfea494a5fd2",
    "type": "qna",
    "name": "TravelPolicy",
    "region": "northeurope",
    "id": "2"
    }

That should be all the changes needed before running "dispatch create"/"dispatch refresh".

Let me know if you have any questions. Thanks!

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.