About 527 results
Open links in new tab
  1. Quickstart: Use SDK to create and manage knowledge base - QnA

    Aug 28, 2024 · Get started with the QnA Maker client library. Follow these steps to install the package and try out the example code for basic tasks. The QnA Maker service is being retired on the 31st of …

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

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

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

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

  6. Runtime - Generate Answer - REST API (Azure Azure AI Services)

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

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

    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.

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

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

  10. AI-900: How to test your knowledge base with QnA Maker portal

    Nov 14, 2023 · Learn how to use the built-in test interface in QnA Maker portal to test your knowledge base efficiently and easily. Find out why this option is better than making REST API calls or …