Skip to content

Commit 8dc8831

Browse files
Merge pull request #270301 from jboback/main
QnA & CQA to AOAIOYD
2 parents 32a0770 + 39d275b commit 8dc8831

File tree

8 files changed

+22
-1
lines changed

8 files changed

+22
-1
lines changed

articles/ai-services/language-service/question-answering/how-to/azure-openai-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ At the same time, customers often require a custom answer authoring experience t
7474
You can now start exploring Azure OpenAI capabilities with a no-code approach through the chat playground. It's simply a text box where you can submit a prompt to generate a completion. From this page, you can quickly iterate and experiment with the capabilities. You can also launch a [web app](../../../openai/how-to/use-web-app.md) to chat with the model over the web.
7575

7676
## Next steps
77-
* [Using Azure OpenAI on your data](../../../openai/concepts/use-your-data.md)
77+
* [Using Azure OpenAI on your data](../../../openai/concepts/use-your-data.md)

articles/ai-services/language-service/question-answering/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.custom: language-service-question-answering
1313

1414
# What is custom question answering?
1515

16+
> [!NOTE]
17+
> [Azure Open AI On Your Data](../../openai/concepts/use-your-data.md) utilizes large language models (LLMs) to produce similar results to Custom Question Answering. If you wish to connect an existing Custom Question Answering project to Azure Open AI On Your Data, please check out our [guide]( how-to/azure-openai-integration.md).
18+
1619
Custom question answering provides cloud-based Natural Language Processing (NLP) that allows you to create a natural conversational layer over your data. It is used to find appropriate answers from customer input or from a project.
1720

1821
Custom question answering is commonly used to build conversational client applications, which include social media applications, chat bots, and speech-enabled desktop applications. This offering includes features like enhanced relevance using a deep learning ranker, precise answers, and end-to-end region support.

articles/ai-services/language-service/question-answering/quickstart/sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ zone_pivot_groups: custom-qna-quickstart
1515

1616
# Quickstart: custom question answering
1717

18+
> [!NOTE]
19+
> [Azure Open AI On Your Data](../../../openai/concepts/use-your-data.md) utilizes large language models (LLMs) to produce similar results to Custom Question Answering. If you wish to connect an existing Custom Question Answering project to Azure Open AI On Your Data, please check out our [guide](../how-to/azure-openai-integration.md).
20+
1821
> [!NOTE]
1922
> Are you looking to migrate your workloads from QnA Maker? See our [migration guide](../how-to/migrate-qnamaker-to-question-answering.md) for information on feature comparisons and migration steps.
2023

articles/ai-services/qnamaker/Overview/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ keywords: "qna maker, low code chat bots, multi-turn conversations"
1313

1414
# What is QnA Maker?
1515

16+
> [!NOTE]
17+
> [Azure Open AI On Your Data](../../openai/concepts/use-your-data.md) utilizes large language models (LLMs) to produce similar results to QnA Maker. If you wish to migrate your QnA Maker project to Azure Open AI On Your Data, please check out our [guide](../How-To/migrate-to-openai.md).
18+
1619
[!INCLUDE [Custom question answering](../includes/new-version.md)]
1720

1821
[!INCLUDE [Azure AI services rebrand](../../includes/rebrand-note.md)]

articles/ai-services/qnamaker/Quickstarts/add-question-metadata-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.custom: mode-ui
1313

1414
# Add questions and answer with QnA Maker portal
1515

16+
> [!NOTE]
17+
> [Azure Open AI On Your Data](../../openai/concepts/use-your-data.md) utilizes large language models (LLMs) to produce similar results to QnA Maker. If you wish to migrate your QnA Maker project to Azure Open AI On Your Data, please check out our [guide](../How-To/migrate-to-openai.md).
18+
1619
Once a knowledge base is created, add question and answer (QnA) pairs with metadata to filter the answer. The questions in the following table are about Azure service limits, but each has to do with a different Azure search service.
1720

1821
[!INCLUDE [Custom question answering](../includes/new-version.md)]

articles/ai-services/qnamaker/Quickstarts/create-publish-knowledge-base.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.custom: mode-other
1313

1414
# Quickstart: Create, train, and publish your QnA Maker knowledge base
1515

16+
> [!NOTE]
17+
> [Azure Open AI On Your Data](../../openai/concepts/use-your-data.md) utilizes large language models (LLMs) to produce similar results to QnA Maker. If you wish to migrate your QnA Maker project to Azure Open AI On Your Data, please check out our [guide](../How-To/migrate-to-openai.md).
18+
1619
[!INCLUDE [Custom question answering](../includes/new-version.md)]
1720

1821
You can create a QnA Maker knowledge base (KB) from your own content, such as FAQs or product manuals. This article includes an example of creating a QnA Maker knowledge base from a simple FAQ webpage, to answer questions.

articles/ai-services/qnamaker/Quickstarts/get-answer-from-knowledge-base-using-url-tool.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ms.date: 01/19/2024
1515

1616
# Get an answer from a QNA Maker knowledge base
1717

18+
> [!NOTE]
19+
> [Azure Open AI On Your Data](../../openai/concepts/use-your-data.md) utilizes large language models (LLMs) to produce similar results to QnA Maker. If you wish to migrate your QnA Maker project to Azure Open AI On Your Data, please check out our [guide](../How-To/migrate-to-openai.md).
20+
1821
[!INCLUDE [Custom question answering](../includes/new-version.md)]
1922

2023
> [!NOTE]

articles/ai-services/qnamaker/Quickstarts/quickstart-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ zone_pivot_groups: qnamaker-quickstart
1515

1616
# Quickstart: QnA Maker client library
1717

18+
> [!NOTE]
19+
> [Azure Open AI On Your Data](../../openai/concepts/use-your-data.md) utilizes large language models (LLMs) to produce similar results to QnA Maker. If you wish to migrate your QnA Maker project to Azure Open AI On Your Data, please check out our [guide](../How-To/migrate-to-openai.md).
20+
1821
Get started with the QnA Maker client library. Follow these steps to install the package and try out the example code for basic tasks.
1922

2023
[!INCLUDE [Custom question answering](../includes/new-version.md)]

0 commit comments

Comments
 (0)