Skip to content

Commit 8424e28

Browse files
committed
add hub-only second batch
1 parent e429623 commit 8424e28

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

articles/ai-foundry/how-to/flow-bulk-test-evaluation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.service: azure-ai-foundry
66
ms.custom:
77
- ignite-2023
88
- build-2024
9+
- hub-only
910
ms.topic: how-to
1011
ms.date: 5/21/2024
1112
ms.reviewer: none
@@ -32,6 +33,8 @@ In this article you learn to:
3233

3334
## Prerequisites
3435

36+
[!INCLUDE [hub-only-prereq](../includes/hub-only-prereq.md)]
37+
3538
For a batch run and to use an evaluation method, you need to have the following ready:
3639

3740
- A test dataset for batch run. Your dataset should be in one of these formats: `.csv`, `.tsv`, or `.jsonl`. Your data should also include headers that match the input names of your flow. If your flow inputs include a complex structure like a list or dictionary, use `jsonl` format to represent your data.

articles/ai-foundry/how-to/flow-develop-evaluation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.service: azure-ai-foundry
66
ms.custom:
77
- ignite-2023
88
- build-2024
9+
- hub-only
910
ms.topic: how-to
1011
ms.date: 3/31/2025
1112
ms.reviewer: mithigpe
@@ -26,6 +27,10 @@ In prompt flow, you can customize or create your own evaluation flow tailored to
2627
- How to develop an evaluation method.
2728
- Understand inputs, outputs, and logging metrics for prompt flow evaluations.
2829

30+
## Prerequisites
31+
32+
[!INCLUDE [hub-only-prereq](../includes/hub-only-prereq.md)]
33+
2934
## Starting to develop an evaluation method
3035

3136
There are two ways to develop your own evaluation methods:

articles/ai-foundry/how-to/flow-process-image.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Learn how to use images in prompt flow.
55
ms.service: azure-ai-foundry
66
ms.custom:
77
- build-2024
8+
- hub-only
89
ms.topic: how-to
910
ms.date: 06/30/2025
1011
ms.reviewer: none
@@ -28,6 +29,8 @@ In this article, you learn:
2829
> - How to create a batch run using image data.
2930
> - How to consume online endpoint with image data.
3031
32+
[!INCLUDE [uses-hub-only](../includes/uses-hub-only.md)]
33+
3134
## Image type in prompt flow
3235

3336
Prompt flow input and output support Image as a new data type.

articles/ai-foundry/how-to/flow-tune-prompts-using-variants.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.service: azure-ai-foundry
66
ms.custom:
77
- ignite-2023
88
- build-2024
9+
- hub-only
910
ms.topic: how-to
1011
ms.date: 3/31/2025
1112
ms.reviewer: none
@@ -25,6 +26,8 @@ Crafting a good prompt is a challenging task that requires much creativity, clar
2526

2627
Variants can help you test the model’s behavior under different conditions, such as different wording, formatting, context, temperature, or top-k. You can compare and find the best prompt and configuration that maximizes the model's accuracy, diversity, or coherence.
2728

29+
[!INCLUDE [uses-hub-only](../includes/uses-hub-only.md)]
30+
2831
## Variants in Prompt flow
2932

3033
With prompt flow, you can use variants to tune your prompt. A variant refers to a specific version of a tool node that has distinct settings. Currently, variants are supported only in the [LLM tool](prompt-flow-tools/llm-tool.md). For example, in the LLM tool, a new variant can represent either a different prompt content or different connection settings.

articles/ai-foundry/how-to/prompt-flow-tools/prompt-flow-tools-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Learn about prompt flow tools that are available in Azure AI Foundr
55
ms.service: azure-ai-foundry
66
ms.custom:
77
- build-2024
8+
- hub-only
89
ms.topic: reference
910
ms.date: 6/30/2025
1011
ms.reviewer: none
@@ -34,6 +35,8 @@ The following table provides an index of tools in prompt flow.
3435

3536
<sup>1</sup> The Index Lookup tool replaces the three deprecated legacy index tools: Vector Index Lookup, Vector DB Lookup, and Faiss Index Lookup.
3637

38+
[!INCLUDE [uses-hub-only](../../includes/uses-hub-only.md)]
39+
3740
## Custom tools
3841

3942
To discover more custom tools developed by the open-source community such as [Azure AI Language tools](https://pypi.org/project/promptflow-azure-ai-language/), see [More custom tools](https://microsoft.github.io/promptflow/integrations/tools/index.html).

articles/ai-foundry/how-to/prompt-flow-tools/prompt-tool.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.service: azure-ai-foundry
66
ms.custom:
77
- ignite-2023
88
- build-2024
9+
- hub-only
910
ms.topic: reference
1011
ms.date: 6/30/2025
1112
ms.reviewer: none
@@ -23,6 +24,8 @@ The prompt flow Prompt tool offers a collection of textual templates that serve
2324

2425
## Prerequisites
2526

27+
[!INCLUDE [hub-only-prereq](../../includes/hub-only-prereq.md)]
28+
2629
Prepare a prompt. The [LLM tool](llm-tool.md) and Prompt tool both support [Jinja](https://jinja.palletsprojects.com/en/stable/) templates.
2730

2831
In this example, the prompt incorporates Jinja templating syntax to dynamically generate the welcome message and personalize it based on the user's name. It also presents a menu of options for the user to choose from. Depending on whether the `user_name` variable is provided, it either addresses the user by name or uses a generic greeting.

0 commit comments

Comments
 (0)