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-studio/tutorials/deploy-copilot-ai-studio.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,9 @@ To facilitate node configuration and fine-tuning, a visual representation of the
181
181
182
182
:::image type="content" source="../media/tutorials/copilot-deploy-flow/prompt-flow-overview-graph.png" alt-text="Screenshot of the default graph exported from the playground to prompt flow." lightbox="../media/tutorials/copilot-deploy-flow/prompt-flow-overview-graph.png":::
183
183
184
+
> [!WARNING]
185
+
> Azure AI Studio is in preview and is subject to change. The screenshots and instructions in this tutorial might not match the current experience.
186
+
184
187
Nodes can be added, updated, rearranged, or removed. The nodes in your flow at this point include:
185
188
-**DetermineIntent**: This node determines the intent of the user's query. It uses the system prompt to determine the intent. You can edit the system prompt to provide scenario-specific few-shot examples.
186
189
-**ExtractIntent**: This node formats the output of the **DetermineIntent** node and sends it to the **RetrieveDocuments** node.
@@ -255,6 +258,9 @@ For more information on how to create an index, see [Create an index](../how-to/
255
258
256
259
### Add customer information to the flow
257
260
261
+
> [!WARNING]
262
+
> Azure AI Studio is in preview and is subject to change. The screenshots and instructions in this tutorial might not match the current experience.
263
+
258
264
After you're done creating your index, return to your prompt flow and follow these steps to add the customer info to the flow:
259
265
260
266
1. Select the **RetrieveDocuments** node from the graph and rename it **RetrieveProductInfo**. Now the retrieve product info node can be distinguished from the retrieve customer info node that you add to the flow.
@@ -295,6 +301,9 @@ After you're done creating your index, return to your prompt flow and follow the
295
301
296
302
### Format the retrieved documents to output
297
303
304
+
> [!WARNING]
305
+
> Azure AI Studio is in preview and is subject to change. The screenshots and instructions in this tutorial might not match the current experience.
306
+
298
307
Now that you have both the product and customer info in your prompt flow, you format the retrieved documents so that the large language model can use them.
299
308
300
309
1. Select the **FormatRetrievedDocuments** node from the graph.
0 commit comments