Skip to content

Commit efcf8c2

Browse files
committed
Finished doc
1 parent b0fcd4e commit efcf8c2

File tree

3 files changed

+22
-34
lines changed

3 files changed

+22
-34
lines changed
307 KB
Loading
Binary file not shown.

articles/ai-services/language-service/tutorials/prompt-flow.md

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.date: 07/09/2024
1111
# Use Language in Azure prompt flow
1212

1313
> [!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/).
1515
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.
1717

1818
This tutorial will teach you how to use Language in prompt flow utilizing [Azure AI Studio](https://ai.azure.com). |
1919

@@ -39,47 +39,35 @@ Your project is used to organize your work and save state.
3939

4040
## Using Azure AI Language via the prompt flow gallery
4141

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

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:
4745

48-
<!-- Required: Steps to complete the task - H2
46+
1. Sign in to Azure AI Studio and select your project.
4947

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

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

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*.
5953

60-
-->
54+
1. In the right sidebar, name the folder and click the **Clone** button.
6155

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:
6357

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":::
6659

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

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

73-
<!-- Optional: Next step or Related content - H2
69+
## Related content
7470

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

Comments
 (0)