aiqtoolkit 1.1.0a20250506__py3-none-any.whl → 1.1.0a20250507__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.
Potentially problematic release.
This version of aiqtoolkit might be problematic. Click here for more details.
- aiq/eval/evaluate.py +4 -2
- {aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/METADATA +1 -1
- {aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/RECORD +8 -8
- {aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/WHEEL +0 -0
- {aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/entry_points.txt +0 -0
- {aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/licenses/LICENSE-3rd-party.txt +0 -0
- {aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/licenses/LICENSE.md +0 -0
- {aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/top_level.txt +0 -0
aiq/eval/evaluate.py
CHANGED
|
@@ -177,8 +177,10 @@ class EvaluationRun: # pylint: disable=too-many-public-methods
|
|
|
177
177
|
workflow_output_file.parent.mkdir(parents=True, exist_ok=True)
|
|
178
178
|
|
|
179
179
|
# Write the workflow output to a file (this can be used for re-running the evaluation)
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
|
|
181
|
+
step_filter = self.eval_config.general.output.workflow_output_step_filter \
|
|
182
|
+
if self.eval_config.general.output else None
|
|
183
|
+
workflow_output = dataset_handler.publish_eval_input(self.eval_input, step_filter)
|
|
182
184
|
with open(workflow_output_file, "w", encoding="utf-8") as f:
|
|
183
185
|
# set indent to 2 for pretty printing
|
|
184
186
|
f.write(workflow_output)
|
|
@@ -106,7 +106,7 @@ aiq/embedder/openai_embedder.py,sha256=5FO3xsyNvEmbLBsZb3xsCpbN1Soxio4yf4b5gTPVx
|
|
|
106
106
|
aiq/embedder/register.py,sha256=3MTZrfNQKp6AZTbfaA-PpTnyXiMyu-8HH9JnDCC0v9o,978
|
|
107
107
|
aiq/eval/__init__.py,sha256=Xs1JQ16L9btwreh4pdGKwskffAw1YFO48jKrU4ib_7c,685
|
|
108
108
|
aiq/eval/config.py,sha256=IlOr2o618kbkXP0G1F-AklZfsKYVos9UB4Dvlxf66xk,1431
|
|
109
|
-
aiq/eval/evaluate.py,sha256=
|
|
109
|
+
aiq/eval/evaluate.py,sha256=WPGLBeJ46mwIlnprbtia1cm2MwMqZ-GskXoTn6R4oV0,14624
|
|
110
110
|
aiq/eval/intermediate_step_adapter.py,sha256=D645cfnncBEYc-LhYNwr0NwweCr1kTLENt1pLNvmVvU,4211
|
|
111
111
|
aiq/eval/register.py,sha256=QOHJqA2CQixeWMC9InyKbzXo1jByvrntD_m9-2Mvg9k,1076
|
|
112
112
|
aiq/eval/remote_workflow.py,sha256=Fb7Z6gdP2L_gqyWB--AEWfcXe9xPpQ_hPsf9lmqGXjI,5524
|
|
@@ -305,10 +305,10 @@ aiq/utils/reactive/base/observer_base.py,sha256=UAlyAY_ky4q2t0P81RVFo2Bs_R7z5Nde
|
|
|
305
305
|
aiq/utils/reactive/base/subject_base.py,sha256=Ed-AC6P7cT3qkW1EXjzbd5M9WpVoeN_9KCe3OM3FLU4,2521
|
|
306
306
|
aiq/utils/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
307
307
|
aiq/utils/settings/global_settings.py,sha256=U9TCLdoZsKq5qOVGjREipGVv9e-FlStzqy5zv82_VYk,7454
|
|
308
|
-
aiqtoolkit-1.1.
|
|
309
|
-
aiqtoolkit-1.1.
|
|
310
|
-
aiqtoolkit-1.1.
|
|
311
|
-
aiqtoolkit-1.1.
|
|
312
|
-
aiqtoolkit-1.1.
|
|
313
|
-
aiqtoolkit-1.1.
|
|
314
|
-
aiqtoolkit-1.1.
|
|
308
|
+
aiqtoolkit-1.1.0a20250507.dist-info/licenses/LICENSE-3rd-party.txt,sha256=8o7aySJa9CBvFshPcsRdJbczzdNyDGJ8b0J67WRUQ2k,183936
|
|
309
|
+
aiqtoolkit-1.1.0a20250507.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
310
|
+
aiqtoolkit-1.1.0a20250507.dist-info/METADATA,sha256=h-CFJbZB-02tWaQMQWwo-4NrH8B598M1LwOfvQwT_Ys,20138
|
|
311
|
+
aiqtoolkit-1.1.0a20250507.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
312
|
+
aiqtoolkit-1.1.0a20250507.dist-info/entry_points.txt,sha256=gRlPfR5g21t328WNEQ4CcEz80S1sJNS8A7rMDYnzl4A,452
|
|
313
|
+
aiqtoolkit-1.1.0a20250507.dist-info/top_level.txt,sha256=fo7AzYcNhZ_tRWrhGumtxwnxMew4xrT1iwouDy_f0Kc,4
|
|
314
|
+
aiqtoolkit-1.1.0a20250507.dist-info/RECORD,,
|
|
File without changes
|
{aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{aiqtoolkit-1.1.0a20250506.dist-info → aiqtoolkit-1.1.0a20250507.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|