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/machine-learning/prompt-flow/how-to-evaluate-semantic-kernel.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article describes the seamless integration between prompt flow and [Semanti
21
21
22
22
Semantic Kernel is an open-source SDK that lets you easily combine AI services with programming languages like C# and Python to create AI apps that combine the best of both worlds. Semantic Kernel provides [plugins](/semantic-kernel/ai-orchestration/plugins) and [planners](/semantic-kernel/ai-orchestration/planners), which are powerful tools that use AI capabilities to optimize operations, thus driving efficiency and accuracy in planning.
23
23
24
-
As you build and add more plugins to planners, the potential for errors increases, so it's important to make sure they work as intended. Testing plugins and planners used to be a manual, time-consuming process. Now you can use prompt flow to automate this process.
24
+
As you build and add more plugins to planners, the error potential increases, so it's important to make sure they work as intended. Testing plugins and planners used to be a manual, time-consuming process. Now you can use prompt flow to automate this process.
25
25
26
26
The integration of Semantic Kernel with prompt flow allows you to:
27
27
@@ -112,10 +112,11 @@ You can quickly create an evaluation run based on a completed batch run.
112
112
1. Open your previously completed batch run, and select **Evaluate** from the top menu.
113
113
1. On the **New evaluation** screen, select an evaluator to use, select **Next** and configure the input mapping, and then select **Submit**.
After the evaluator runs, it returns a summary of your metrics. You can use runs that yield less than ideal results as a motivation for immediate improvement.
To check the metrics, select **Details** at the top of the evaluator flow run page. On the **Details** screen, select the **Outputs** tab to view the evaluation result.
117
+
After the evaluator runs, it returns a summary of results and metrics. You can use runs that yield less than ideal results as motivation for immediate improvement.
118
+
119
+
To view results, select **Details** at the top of the evaluator flow run page. On the **Details** page, select the **Outputs** tab to view evaluation output.
0 commit comments