Skip to content

Commit d386f53

Browse files
Merge pull request #6599 from sdgilley/sdg-updates
add hub-only
2 parents a288785 + e429623 commit d386f53

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
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
@@ -21,9 +22,13 @@ ms.update-cycle: 180-days
2122

2223
The prompt flow Embedding tool enables you to convert text into dense vector representations for various natural language processing tasks.
2324

24-
> [!NOTE]
25+
> [!TIP]
2526
> For chat and completion tools, learn more about the large language model [(LLM) tool](llm-tool.md).
2627
28+
## Prerequisites
29+
30+
[!INCLUDE [hub-only-prereq](../../includes/hub-only-prereq.md)]
31+
2732
## Build with the Embedding tool
2833

2934
1. Create or open a flow in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs). For more information, see [Create a flow](../flow-develop.md).

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: This article introduces you to the Index Lookup tool for flows in A
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
@@ -20,6 +21,10 @@ ms.update-cycle: 180-days
2021

2122
The prompt flow Index Lookup tool enables the use of common vector indices (such as Azure AI Search, Faiss, and Pinecone) for retrieval augmented generation in prompt flow. The tool automatically detects the indices in the workspace and allows the selection of the index to be used in the flow.
2223

24+
## Prerequisites
25+
26+
[!INCLUDE [hub-only-prereq](../../includes/hub-only-prereq.md)]
27+
2328
## Build with the Index Lookup tool
2429

2530
1. Create or open a flow in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs). For more information, see [Create a flow](../flow-develop.md).

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

Lines changed: 4 additions & 1 deletion
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
@@ -21,11 +22,13 @@ ms.update-cycle: 180-days
2122

2223
To use large language models (LLMs) for natural language processing, you use the prompt flow LLM tool.
2324

24-
> [!NOTE]
25+
> [!TIP]
2526
> For embeddings to convert text into dense vector representations for various natural language processing tasks, see [Embedding tool](embedding-tool.md).
2627
2728
## Prerequisites
2829

30+
[!INCLUDE [hub-only-prereq](../../includes/hub-only-prereq.md)]
31+
2932
Prepare a prompt as described in the [Prompt tool](prompt-tool.md#prerequisites) documentation. The LLM tool and Prompt tool both support [Jinja](https://jinja.palletsprojects.com/en/stable/) templates. For more information and best practices, see [Prompt engineering techniques](../../openai/concepts/advanced-prompt-engineering.md).
3033

3134
## Build with the LLM tool

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ ms.update-cycle: 180-days
2424

2525
The prompt flow Python tool offers customized code snippets as self-contained executable nodes. You can quickly create Python tools, edit code, and verify results.
2626

27+
## Prerequisites
28+
29+
[!INCLUDE [hub-only-prereq](../../includes/hub-only-prereq.md)]
30+
2731
## Build with the Python tool
2832

2933
1. Create or open a flow in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs). For more information, see [Create a flow](../flow-develop.md).

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.date: 6/30/2025
88
ms.reviewer: jingyizhu
99
ms.author: lagayhar
1010
author: lgayhardt
11+
ms.custom: hub-only
1112
ms.collection: ce-skilling-ai-copilot, ce-skilling-fresh-tier1
1213
ms.update-cycle: 180-days
1314
---
@@ -19,6 +20,10 @@ The prompt flow Rerank tool improves search quality of relevant documents given
1920

2021
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2122

23+
## Prerequisites
24+
25+
[!INCLUDE [hub-only-prereq](../../includes/hub-only-prereq.md)]
26+
2227
## Use the Rerank tool
2328

2429
1. Create or open a flow in Azure AI Foundry portal. For more information, see [Create a flow](../flow-develop.md).

0 commit comments

Comments
 (0)