You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/tutorials/prompt-flow.md
+22-34Lines changed: 22 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ms.date: 07/09/2024
11
11
# Use Language in Azure prompt flow
12
12
13
13
> [!IMPORTANT]
14
-
> Some of the features described in this article might only be available in preview. This preview is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/).
14
+
> Some of the features described in this article might only be available in preview. This preview is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
15
15
16
-
[Prompt flow in Azure AI Studio](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/prompt-flow) is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). You can explore and quickly start to use and fine-tune various natural language processing capabilities from Azure AI Language, reducing your time to value and deploying solutions with reliable evaluation.
16
+
[Prompt flow in Azure AI Studio](../../../ai-studio/how-to/prompt-flow) is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). You can explore and quickly start to use and fine-tune various natural language processing capabilities from Azure AI Language, reducing your time to value and deploying solutions with reliable evaluation.
17
17
18
18
This tutorial will teach you how to use Language in prompt flow utilizing [Azure AI Studio](https://ai.azure.com). |
19
19
@@ -39,47 +39,35 @@ Your project is used to organize your work and save state.
39
39
40
40
## Using Azure AI Language via the prompt flow gallery
41
41
42
-
[Introduce the procedure.]
42
+
You can create a Azure AI Language flow by either cloning the samples available in the gallery or creating a flow from scratch. If you already have flow files in local or file share, you can also import the files to create a flow. For the purposes of this tuturial we'll be using the prebuilt **Analyze Conversations** flow.
43
43
44
-
1. Procedure step
45
-
1. Procedure step
46
-
1. Procedure step
44
+
To create a prompt flow from the gallery in Azure AI Studio:
47
45
48
-
<!-- Required: Steps to complete the task - H2
46
+
1. Sign in to Azure AI Studio and select your project.
49
47
50
-
In one or more H2 sections, organize procedures. A section
51
-
contains a major grouping of steps that help the user complete
52
-
a task.
48
+
1. From the collapsible left menu, select Prompt flow.
53
49
54
-
Begin each section with a brief explanation for context, and
55
-
provide an ordered list of steps to complete the procedure.
50
+
1. Select + Create.
56
51
57
-
If it applies, provide sections that describe alternative tasks or
58
-
procedures.
52
+
1. Find the **Analyze Conversations** tile in the gallery and select *Clone*.
59
53
60
-
-->
54
+
1. In the right sidebar, name the folder and click the **Clone** button.
61
55
62
-
## Next step -or- Related content
56
+
1. After the process is complete, you will be taken to the prompt flow wizard. Click **Start Compute Session** in the upper right hand corner to begin. The various parts of the wizard are out lined below:
63
57
64
-
> [!div class="nextstepaction"]
65
-
> [Next sequential article title](link.md)
58
+
:::image type="content" source="../media/prompt-flow/pf-wizard.png" alt-text="Screenshot of the prompt flow wizard page with each part of the tool numbered." lightbox="../media/prompt-flow/pf-wizard.png":::
66
59
67
-
-or-
60
+
1. A graph view of your flow.
61
+
1. Files in your flow. Click the arrow to expand this section.
62
+
1. Azure AI Language tools in the “More tools” dropdown menu, which you can add capabilities that you need for your flow. There are more tools that you can add from LLM, Prompt, and Python menu. This menu is only accessible after the compute session has started.
63
+
1. Configure your output.
64
+
1. Configure steps (or tools) in the flow.
65
+
1. Run, evaluate, and deploy your flow.
68
66
69
-
*[Related article title](link.md)
70
-
*[Related article title](link.md)
71
-
*[Related article title](link.md)
67
+
1. Once you've configured everything to your liking, press the run button in the upper right hand corner.
72
68
73
-
<!-- Optional: Next step or Related content - H2
69
+
## Related content
74
70
75
-
Consider adding one of these H2 sections (not both):
76
-
77
-
A "Next step" section that uses 1 link in a blue box
78
-
to point to a next, consecutive article in a sequence.
79
-
80
-
-or-
81
-
82
-
A "Related content" section that lists links to
83
-
1 to 3 articles the user might find helpful.
84
-
85
-
-->
71
+
*[Azure AI Language homepage](https://aka.ms/azure-language)
72
+
*[Azure AI Language product demo videos](https://aka.ms/language-videos)
73
+
*[Explore Azure AI Language in Azure AI Studio](https://aka.ms/AzureAiLanguage)
0 commit comments