Skip to content

Commit ada7853

Browse files
Merge pull request #7403 from s-polly/main
Added evaluators support table
2 parents 6926c1a + 5ba0924 commit ada7853

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

articles/ai-foundry/how-to/continuous-evaluation-agents.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ author: lgayhardt
1616

1717
Continuous evaluation for Agents provides near real-time observability and monitoring for your AI application. Once enabled, this feature continuously evaluates agent interactions at a set sampling rate to provide insights into quality, safety, and performance with metrics surfaced in the Foundry Observability dashboard. By using continuous evaluation, you're able to identify and troubleshoot issues early, optimize agent performance, and maintain safety. Evaluations are also connected to [traces](./develop/trace-application.md) to enable detailed debugging and root cause analysis.
1818

19-
## Getting Started
20-
21-
### Prerequisites
19+
## Prerequisites
2220

2321
[!INCLUDE [uses-fdp-only](../includes/uses-fdp-only.md)]
2422

@@ -31,6 +29,22 @@ Continuous evaluation for Agents provides near real-time observability and monit
3129
2. Select **Monitoring** on the left-hand menu and go to **Application Analytics**.
3230
3. Connect your Application Insights resource to the project.
3331

32+
## Azure AI Foundry project configuration and region support
33+
34+
Since the evaluators use hosted evaluation LLMs in the Azure AI Foundry evaluation service, they require your Azure AI project information to be instantiated. The Azure AI project must be in a supported region:
35+
36+
> [!div class="mx-tdCol2BreakAll"]
37+
> | Region | Code Vulnerability, Coherence, Fluency, Hate/Unfairness, Indirect Attack, Intent Resolution, Relevance, Self-Harm, Sexual, Task Adherence, Tool Call Accuracy, Violence |
38+
> |--|--|
39+
> | East US | Supported |
40+
> | East US 2 | Supported |
41+
> | West US | Supported |
42+
> | West US 2 | Supported |
43+
> | West US 3 | Supported |
44+
> | France Central | Supported |
45+
> | Norway East | Supported |
46+
> | Sweden Central| Supported |
47+
3448
## Set up continuous evaluations with Azure AI projects client library
3549

3650
```python

0 commit comments

Comments
 (0)