Commit a67562e
Chore/support updated oai sdk (#43053)
* Prepare evals SDK Release
* Fix bug
* Fix for ADV_CONV for FDP projects
* Update release date
* re-add pyrit to matrix
* Change grader ids
* Update unit test
* replace all old grader IDs in tests
* Update platform-matrix.json
Add pyrit and not remove the other one
* Update test to ensure everything is mocked
* tox/black fixes
* Skip that test with issues
* update grader ID according to API View feedback
* Update test
* remove string check for grader ID
* Update changelog and officialy start freeze
* update the enum according to suggestions
* update the changelog
* Finalize logic
* Initial plan
* Fix client request ID headers in azure-ai-evaluation
Co-authored-by: nagkumar91 <[email protected]>
* Fix client request ID header format in rai_service.py
Co-authored-by: nagkumar91 <[email protected]>
* Passing threshold in AzureOpenAIScoreModelGrader
* Add changelog
* Adding the self.pass_threshold instead of pass_threshold
* Add the python grader
* Remove redundant test
* Add class to exception list and format code
* Add properties to evaluation upload run for FDP
* Remove debug
* Remove the redundant property
* Fix changelog
* Fix the multiple features added section
* removed the properties in update
* Updates to support aoai 1.108.0 version with updated types for evals
* Black reformat
* Handle case when AOAI returns dict
---------
Co-authored-by: Nagkumar Arkalgud <[email protected]>
Co-authored-by: Nagkumar Arkalgud <[email protected]>
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: nagkumar91 <[email protected]>1 parent f5da6d0 commit a67562e
File tree
3 files changed
+48
-6
lines changed- sdk/evaluation/azure-ai-evaluation
- azure/ai/evaluation/_evaluate
- tests/unittests
3 files changed
+48
-6
lines changedLines changed: 27 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
277 | 302 | | |
278 | 303 | | |
279 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 | | |
24 | 40 | | |
25 | 41 | | |
| |||
200 | 216 | | |
201 | 217 | | |
202 | 218 | | |
203 | | - | |
204 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
205 | 222 | | |
206 | 223 | | |
207 | 224 | | |
| |||
534 | 551 | | |
535 | 552 | | |
536 | 553 | | |
537 | | - | |
| 554 | + | |
538 | 555 | | |
539 | 556 | | |
540 | 557 | | |
| |||
0 commit comments