About 747 results
Open links in new tab
  1. cognitive-services-quickstart-code/python/QnAMaker/sdk ... - GitHub

    # Look up your QnA Maker resource. Then, in the "Resource management" # section, find the "Keys and Endpoint" page. # # The value of `authoring_endpoint` has the format https://YOUR-RESOURCE …

  2. QueryDTO interface | Microsoft Learn

    qna Id Exact qnaId to fetch from the knowledgebase, this field takes priority over question.

  3. qnamakerruntime package - github.com/Azure/azure-sdk-for …

    Jan 19, 2023 · When a project reaches major version v1 it is considered stable. Package qnamakerruntime implements the Azure ARM Qnamakerruntime service API version 4.0. An API for …

  4. Leverage QnA Maker Search within a Client Application

    Feb 7, 2020 · To query your knowledgebase, submit the user question in a call to the QnA Maker Runtime API’s GenerateAnswer method as illustrated below. The GenerateAnswer method returns …

  5. How to test a knowledge base - QnA Maker - Azure AI services

    Aug 28, 2024 · You can test the published version of knowledge base in the test pane. Once you have published the KB, select the Published KB box and send a query to get results from the published KB.

  6. cognitive-services-quickstart-code/python/QnAMaker/rest/query ... - GitHub

    # Look up your QnA Maker resource. Then, in the "Resource management" # section, find the "Keys and Endpoint" page. # # The value of `authoring_endpoint` has the format https://YOUR-RESOURCE …

  7. azure-ai-docs/articles/ai-services/qnamaker/includes ... - GitHub

    You create a runtime client by calling QnAMakerRuntimeManager.authenticate and passing a runtime endpoint key. To obtain the runtime endpoint key, use the authoring client to call getKeys.

  8. cognitive-services-quickstart-code/dotnet/QnAMaker/SDK-based ... - GitHub

    * Create a knowledgebase * Update a knowledgebase * Publish a knowledgebase, waiting for publishing to complete * Get Query runtime endpoint key * Download a knowledgebase * Get answer * Delete a …

  9. The Fixlet Debugger | BigFix Developer

    To query by using QnA, click Evaluate > Evaluate Using > Query Channel using QnA. To query in client context, click Evaluate > Evaluate Using > Query Channel using Client. In the login window opened …

  10. Plan your app - custom question answering - Foundry Tools

    Dec 26, 2025 · Integration with client applications is accomplished by sending a query to the prediction runtime endpoint. A query is sent to your specific project with an SDK or REST-based request to …