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/how-to/develop/sdk-overview.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -362,9 +362,10 @@ To get access to agents, [sign-up for the private preview](https://nam.dcv.ms/nz
362
362
363
363
## Evaluation
364
364
365
+
::: zone pivot="programming-language-python"
366
+
365
367
You can use the project client to easily connect to the Azure AI evaluation service, and models needed for running your evaluators.
366
368
367
-
::: zone pivot="programming-language-python"
368
369
369
370
```
370
371
pip install azure-ai-evaluation
@@ -389,7 +390,8 @@ print(violence_score)
389
390
390
391
::: zone pivot="programming-language-csharp"
391
392
392
-
Evaluation is not yet available in C#.
393
+
An Azure AI evaluation package is not yet available for C#. For a sample on how to use Prompty and Semantic Kernel for evaluation, see the [contoso-chat-csharp-prompty](https://github.com/Azure-Samples/contoso-chat-csharp-prompty/blob/main/src/ContosoChatAPI/ContosoChat.Evaluation.Tests/Evalutate.cs) sample.
394
+
393
395
394
396
::: zone-end
395
397
@@ -399,10 +401,10 @@ To learn more, check out [Evaluation using the SDK](evaluate-sdk.md).
399
401
400
402
## Tracing
401
403
402
-
To enable tracing, first ensure your project has an attached Application Insights resource. Go to the **Tracing** page of your project and follow instructions to create or attach Application Insights.
403
-
404
404
::: zone pivot="programming-language-python"
405
405
406
+
To enable tracing, first ensure your project has an attached Application Insights resource. Go to the **Tracing** page of your project and follow instructions to create or attach Application Insights.
407
+
406
408
Install the Azure Monitor OpenTelemetry package:
407
409
408
410
```
@@ -425,7 +427,7 @@ if application_insights_connection_string:
425
427
426
428
::: zone pivot="programming-language-csharp"
427
429
428
-
Tracing is not yet available in C#.
430
+
Tracing is not yet integrated into the projects package. For instructions on how to instrument and log traces from the Azure AI Inferencing package, see [azure-sdk-for-dotnet](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Inference/samples/Sample8_ChatCompletionsWithOpenTelemetry.md.).
0 commit comments