judgeval 0.0.18__py3-none-any.whl → 0.0.19__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- judgeval/clients.py +0 -1
- judgeval/data/example.py +1 -1
- {judgeval-0.0.18.dist-info → judgeval-0.0.19.dist-info}/METADATA +1 -1
- {judgeval-0.0.18.dist-info → judgeval-0.0.19.dist-info}/RECORD +6 -6
- {judgeval-0.0.18.dist-info → judgeval-0.0.19.dist-info}/WHEEL +0 -0
- {judgeval-0.0.18.dist-info → judgeval-0.0.19.dist-info}/licenses/LICENSE.md +0 -0
judgeval/clients.py
CHANGED
judgeval/data/example.py
CHANGED
@@ -4,7 +4,7 @@ Classes for representing examples in a dataset.
|
|
4
4
|
|
5
5
|
from typing import Optional, Any, Dict, List
|
6
6
|
from uuid import uuid4
|
7
|
-
from pydantic import BaseModel, Field
|
7
|
+
from pydantic import BaseModel, Field, field_validator
|
8
8
|
from enum import Enum
|
9
9
|
from datetime import datetime
|
10
10
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
judgeval/__init__.py,sha256=dtXxsCmI4eEsZdGSUMy8P_pA0bc2-OSGAgb2C__yJoA,252
|
2
|
-
judgeval/clients.py,sha256=
|
2
|
+
judgeval/clients.py,sha256=6VQmEqmfCngUdS2MuPBIpHvtDFqOENm8-_BmMvjLyRQ,944
|
3
3
|
judgeval/constants.py,sha256=BXTzKBmhDVutiitaCRarfkc_M-0NplRJofIt_QSa5QI,5010
|
4
4
|
judgeval/evaluation_run.py,sha256=RgJD60lJsunNQzObjo7iXnAzXWgubCLOAAuuamAAuoI,6354
|
5
5
|
judgeval/judgment_client.py,sha256=evlvcrYO9pF-oCgcvlGE59iODN0C6GJtn7bySFU_88k,23384
|
@@ -12,7 +12,7 @@ judgeval/common/tracer.py,sha256=tTG4VZRXJjilm0ltQCeXJvd7TiL9W1PSVaf0LOmw2C4,444
|
|
12
12
|
judgeval/common/utils.py,sha256=LUQV5JfDr6wj7xHAJoNq-gofNZ6mjXbeKrGKzBME1KM,33533
|
13
13
|
judgeval/data/__init__.py,sha256=QykVE22Qf-I2f1g-jC9-iQyLNXgDmX1-vHbCgZg8Ra8,558
|
14
14
|
judgeval/data/api_example.py,sha256=NEiJKpf2WIo4FPQ2-vuoCZ_9ixexhdg_wdNYWXPSA2M,4094
|
15
|
-
judgeval/data/example.py,sha256=
|
15
|
+
judgeval/data/example.py,sha256=PHqRI8l94ylLgfgjIH4DqcFFHb-t-WBxRkZb9eXKlpI,5648
|
16
16
|
judgeval/data/ground_truth.py,sha256=OTBs3VZe-Wp0vEXEsq14GPZHYtpWT16bhGQTycIvkKc,2057
|
17
17
|
judgeval/data/result.py,sha256=8FIO-bFKPegZuByKRjA2_sumjb8oGWQ5ZeQ1RVz5z2w,4393
|
18
18
|
judgeval/data/scorer_data.py,sha256=JVlaTx1EP2jw2gh3Vgx1CSEsvIFABAN26IquKyxwiJQ,3273
|
@@ -88,7 +88,7 @@ judgeval/scorers/judgeval_scorers/local_implementations/tool_correctness/__init_
|
|
88
88
|
judgeval/scorers/judgeval_scorers/local_implementations/tool_correctness/tool_correctness_scorer.py,sha256=8ucE8UrA44Mr-wHgVsFNU9gKunkPxe87VPYrFVi949g,5461
|
89
89
|
judgeval/tracer/__init__.py,sha256=wy3DYpH8U_z0GO_K_gOSkK0tTTD-u5eLDo0T5xIBoAc,147
|
90
90
|
judgeval/utils/alerts.py,sha256=RgW5R9Dn3Jtim0OyAYDbNzjoX2s6SA4Mw16GyyaikjI,1424
|
91
|
-
judgeval-0.0.
|
92
|
-
judgeval-0.0.
|
93
|
-
judgeval-0.0.
|
94
|
-
judgeval-0.0.
|
91
|
+
judgeval-0.0.19.dist-info/METADATA,sha256=6HqNDRgJ1LI3hleMhMiGId7EULc9xJY0lYXhq4TEZOg,1283
|
92
|
+
judgeval-0.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
93
|
+
judgeval-0.0.19.dist-info/licenses/LICENSE.md,sha256=tKmCg7k5QOmxPK19XMfzim04QiQJPmgIm0pAn55IJwk,11352
|
94
|
+
judgeval-0.0.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|