File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sdk/evaluation/azure-ai-evaluation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Azure AI SDK provides following to evaluate Generative AI Applications:
23
23
### Prerequisites
24
24
25
25
- Python 3.9 or later is required to use this package.
26
- - [ Optional] You must have [ Azure AI Project] [ ai_project ] or [ Azure Open AI] [ azure_openai ] to use AI-assisted evaluators
26
+ - [ Optional] You must have [ Azure AI Foundry Project] [ ai_project ] or [ Azure Open AI] [ azure_openai ] to use AI-assisted evaluators
27
27
28
28
### Install the package
29
29
@@ -140,9 +140,9 @@ result = evaluate(
140
140
}
141
141
}
142
142
}
143
- # Optionally provide your AI Studio project information to track your evaluation results in your Azure AI Studio project
143
+ # Optionally provide your AI Foundry project information to track your evaluation results in your Azure AI Foundry project
144
144
azure_ai_project = azure_ai_project,
145
- # Optionally provide an output path to dump a json of metric summary, row level data and metric and studio URL
145
+ # Optionally provide an output path to dump a json of metric summary, row level data and metric and AI Foundry URL
146
146
output_path = " ./evaluation_results.json"
147
147
)
148
148
```
@@ -338,4 +338,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
338
338
[ adversarial_simulation_scenarios ] : https://learn.microsoft.com/azure/ai-studio/how-to/develop/simulator-interaction-data#supported-adversarial-simulation-scenarios
339
339
[ adversarial_simulation ] : https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/evaluate/Simulators/Simulate_Adversarial_Data
340
340
[ simulate_with_conversation_starter ] : https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/evaluate/Simulators/Simulate_Context-Relevant_Data/Simulate_From_Conversation_Starter
341
- [ adversarial_jailbreak ] : https://learn.microsoft.com/azure/ai-studio/how-to/develop/simulator-interaction-data#simulating-jailbreak-attacks
341
+ [ adversarial_jailbreak ] : https://learn.microsoft.com/azure/ai-studio/how-to/develop/simulator-interaction-data#simulating-jailbreak-attacks
You can’t perform that action at this time.
0 commit comments