Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions sdk/ai/azure-ai-projects/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,17 @@
"Udbk",
"UPIA",
"Vnext",
"xhigh"
"xhigh",
"likert"
],
"ignorePaths": [
"*.csv",
"*.json",
"*.jsonl"
],
"words": [
"Pxqzykebv"
"Pxqzykebv",
"qtumf",
"sess"
]
}
1 change: 1 addition & 0 deletions sdk/ai/azure-ai-projects/samples/evaluations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ These samples require additional setup or Azure services:
| [sample_evaluations_score_model_grader_with_audio.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/evaluations/sample_evaluations_score_model_grader_with_audio.py) | Evaluate with audio data | Audio file, audio-capable model deployment |
| [sample_evaluations_score_model_grader_with_audio_model_target.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/evaluations/sample_evaluations_score_model_grader_with_audio_model_target.py) | Evaluate audio data using a model as the target | Audio file, audio-capable model deployment |
| [sample_evaluations_builtin_with_inline_data_oai.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/evaluations/sample_evaluations_builtin_with_inline_data_oai.py) | Use OpenAI client directly | OpenAI SDK |
| [sample_human_evaluations.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/evaluations/sample_human_evaluations.py) | Emit human evaluation events (binary / Likert-5) as OpenTelemetry custom events to Application Insights | Connected Application Insights on Foundry Project, `azure-monitor-opentelemetry` |

### Evaluator Types

Expand Down
Loading
Loading