judgeval 0.1.0__py3-none-any.whl → 0.2.0__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/run_evaluation.py +7 -0
- {judgeval-0.1.0.dist-info → judgeval-0.2.0.dist-info}/METADATA +1 -1
- {judgeval-0.1.0.dist-info → judgeval-0.2.0.dist-info}/RECORD +5 -5
- {judgeval-0.1.0.dist-info → judgeval-0.2.0.dist-info}/WHEEL +0 -0
- {judgeval-0.1.0.dist-info → judgeval-0.2.0.dist-info}/licenses/LICENSE.md +0 -0
judgeval/run_evaluation.py
CHANGED
@@ -292,6 +292,13 @@ def run_trace_eval(
|
|
292
292
|
# This is a callback handler, get the underlying tracer
|
293
293
|
actual_tracer = tracer.tracer
|
294
294
|
|
295
|
+
if trace_run.project_name != actual_tracer.project_name:
|
296
|
+
raise ValueError(
|
297
|
+
f"Project name mismatch between run_trace_eval and tracer. "
|
298
|
+
f"Trace run: {trace_run.project_name}, "
|
299
|
+
f"Tracer: {actual_tracer.project_name}"
|
300
|
+
)
|
301
|
+
|
295
302
|
actual_tracer.offline_mode = True
|
296
303
|
actual_tracer.traces = []
|
297
304
|
judgeval_logger.info("Running agent function: ")
|
@@ -4,7 +4,7 @@ judgeval/constants.py,sha256=rfl4gW9_4irxgamjTC-jvDj2ATSUrjEu0UAHZ4pLLtY,4081
|
|
4
4
|
judgeval/evaluation_run.py,sha256=PZeoKS7JCsO2gzdo8jeq8786yn01Ccrq0xuCNUu9CPo,2797
|
5
5
|
judgeval/judgment_client.py,sha256=tUgKS2sV8QZUxjdh3mP2PSBnC7Bci1e8ur8muvrgzBM,14011
|
6
6
|
judgeval/rules.py,sha256=CoQjqmP8daEXewMkplmA-7urubDtweOr5O6z8klVwLI,20031
|
7
|
-
judgeval/run_evaluation.py,sha256=
|
7
|
+
judgeval/run_evaluation.py,sha256=h05MI7S5q6cmm_mFuM_nqHqNIu-IHXkisoZat4YOSDE,26405
|
8
8
|
judgeval/version_check.py,sha256=FoLEtpCjDw2HuDQdpw5yT29UtwumSc6ZZN6AV_c9Mnw,1057
|
9
9
|
judgeval/common/__init__.py,sha256=KH-QJyWtQ60R6yFIBDYS3WGRiNpEu1guynpxivZvpBQ,309
|
10
10
|
judgeval/common/exceptions.py,sha256=OkgDznu2wpBQZMXiZarLJYNk1HIcC8qYW7VypDC3Ook,556
|
@@ -67,7 +67,7 @@ judgeval/tracer/__init__.py,sha256=wkuXtOGDCrwgPPXlh_sSJmvGuWaAMHyNzk1TzB5f9aI,1
|
|
67
67
|
judgeval/utils/alerts.py,sha256=3w_AjQrgfmOZvfqCridW8WAnHVxHHXokX9jNzVFyGjA,3297
|
68
68
|
judgeval/utils/file_utils.py,sha256=wIEn8kjM0WrP216RGU_yhZhFOMWIS5ckigyHbzFSOMk,1774
|
69
69
|
judgeval/utils/requests.py,sha256=K3gUKrwL6TvwYKVYO5OeLWdUHn9NiUPmnIXhZEiEaHU,1534
|
70
|
-
judgeval-0.
|
71
|
-
judgeval-0.
|
72
|
-
judgeval-0.
|
73
|
-
judgeval-0.
|
70
|
+
judgeval-0.2.0.dist-info/METADATA,sha256=1AYfJLsYTlofcz1PDkd9Np71U_NvOSWKG_T387xdQ-0,10188
|
71
|
+
judgeval-0.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
72
|
+
judgeval-0.2.0.dist-info/licenses/LICENSE.md,sha256=tKmCg7k5QOmxPK19XMfzim04QiQJPmgIm0pAn55IJwk,11352
|
73
|
+
judgeval-0.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|