About 690 results
Open links in new tab
  1. Runtime - Generate Answer - REST API (Azure Azure AI Services)

    Learn more about Azure AI Services service - GenerateAnswer call to query the knowledgebase.

  2. 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 …

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

    // IsContextOnly - To mark if a prompt is relevant only with a previous question or not. // true - Do not include this QnA as search result for queries without context // false - ignores context and includes …

  4. azure.ai.language.questionanswering package — Azure SDK for Python …

    qna_id (int) – Exact QnA ID to fetch from the knowledge base, this field takes priority over question. question (str) – User question to query against the knowledge base.

  5. QnA Maker API Reference | microsoft/BotBuilder-CognitiveServices

    May 30, 2025 · This document provides a comprehensive API reference for the QnA Maker integration components in both Node.js and C# implementations. It covers the core classes, interfaces, and …

  6. AI-102-AIEngineer - GitHub Pages

    In your Azure Cloud Shell, in the 12-qna folder, open ask-question.sh by running code ask-question.sh. This script uses Curl to call the REST interface of a question answering endpoint.

  7. 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 …

  8. 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.

  9. azure-ai-docs/articles/ai-services/qnamaker/includes/quickstart-sdk ...

    Go to the Azure portal and find the QnA Maker resource you created in the prerequisites. Select Export Template page, under Automation to locate the Runtime Endpoint.

  10. Azure resources for QnA Maker - GitHub

    Your QnA Maker service deals with two kinds of keys: authoring keys and query endpoint keys used with the runtime hosted in the App service. Use these keys when making requests to the service through …