Skip to content

Commit 21ba181

Browse files
authored
Update README.md (#40278)
1 parent 68a1936 commit 21ba181

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/evaluation/azure-ai-evaluation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure AI SDK provides following to evaluate Generative AI Applications:
2323
### Prerequisites
2424

2525
- 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
2727

2828
### Install the package
2929

@@ -140,9 +140,9 @@ result = evaluate(
140140
}
141141
}
142142
}
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
144144
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
146146
output_path="./evaluation_results.json"
147147
)
148148
```
@@ -338,4 +338,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
338338
[adversarial_simulation_scenarios]: https://learn.microsoft.com/azure/ai-studio/how-to/develop/simulator-interaction-data#supported-adversarial-simulation-scenarios
339339
[adversarial_simulation]: https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/evaluate/Simulators/Simulate_Adversarial_Data
340340
[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

0 commit comments

Comments
 (0)