evalvault 1.71.0__py3-none-any.whl → 1.72.1__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.
@@ -428,6 +428,7 @@ def apply_profile(settings: Settings, profile_name: str) -> Settings:
428
428
  if not normalized:
429
429
  return settings
430
430
 
431
+ model_config = None
431
432
  try:
432
433
  model_config = get_model_config()
433
434
  profile = model_config.get_profile(normalized)
@@ -459,7 +460,7 @@ def apply_profile(settings: Settings, profile_name: str) -> Settings:
459
460
  f"to use profile '{normalized}'."
460
461
  ) from exc
461
462
  except KeyError as exc:
462
- available = ", ".join(sorted(model_config.profiles.keys()))
463
+ available = ", ".join(sorted(model_config.profiles.keys())) if model_config else ""
463
464
  raise ValueError(
464
465
  f"Unknown profile '{normalized}'. Available profiles: {available}"
465
466
  ) from exc
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: evalvault
3
- Version: 1.71.0
3
+ Version: 1.72.1
4
4
  Summary: RAG evaluation system using Ragas with Phoenix/Langfuse tracing
5
5
  Project-URL: Homepage, https://github.com/ntts9990/EvalVault
6
6
  Project-URL: Documentation, https://github.com/ntts9990/EvalVault#readme
@@ -215,7 +215,7 @@ evalvault/config/langfuse_support.py,sha256=DEzVMfMGGf1V45W_2oUG-NCDfsYI4UUdnYJI
215
215
  evalvault/config/model_config.py,sha256=KlzDbGyDLeOGE7ElekFFk5YjjT5u8i6KO2B4EyZkLnI,3542
216
216
  evalvault/config/phoenix_support.py,sha256=e6RPWd6Qb7KU6Q8pLaYTpJGWULtvEEU6B0xHWyVyOH0,13604
217
217
  evalvault/config/secret_manager.py,sha256=YjPMuNqeBrAR2BzCJvsBNUExaU4TBSFyZ8kVYZZifqA,4172
218
- evalvault/config/settings.py,sha256=DY170XUoMo8yQx8_CJjPt96QsGg7tyTx5wJ-ptcfdY0,18766
218
+ evalvault/config/settings.py,sha256=9k6moWFMpFpg7pN0u13J_S2cROFd0c-xoRQM_RnP9FE,18814
219
219
  evalvault/config/playbooks/improvement_playbook.yaml,sha256=9F9WVVCydFfz6zUuGYzZ4PKdW1LLtcBKVF36T7xT764,26965
220
220
  evalvault/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
221
221
  evalvault/domain/entities/__init__.py,sha256=7adWG4vwr67fC_ysT1rSvYG5U7qVc2CfWfUf7gDhx-k,4244
@@ -354,8 +354,8 @@ evalvault/reports/__init__.py,sha256=Bb1X4871msAN8I6PM6nKGED3psPwZt88hXZBAOdH06Y
354
354
  evalvault/reports/release_notes.py,sha256=pZj0PBFT-4F_Ty-Kv5P69BuoOnmTCn4kznDcORFJd0w,4011
355
355
  evalvault/scripts/__init__.py,sha256=NwEeIFQbkX4ml2R_PhtIoNtArDSX_suuoymgG_7Kwso,89
356
356
  evalvault/scripts/regression_runner.py,sha256=SxZori5BZ8jVQ057Mf5V5FPgIVDccrV5oRONmnhuk8w,8438
357
- evalvault-1.71.0.dist-info/METADATA,sha256=cRUzxvsnBKPlhAh1QI5OST0cRd-j5NkwbQ-TQtBGxdE,26159
358
- evalvault-1.71.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
359
- evalvault-1.71.0.dist-info/entry_points.txt,sha256=Oj9Xc5gYcyUYYNmQfWI8NYGw7nN-3M-h2ipHIMlVn6o,65
360
- evalvault-1.71.0.dist-info/licenses/LICENSE.md,sha256=3RNWY4jjtrQ_yYa-D-7I3XO12Ti7YzxsLV_dpykujvo,11358
361
- evalvault-1.71.0.dist-info/RECORD,,
357
+ evalvault-1.72.1.dist-info/METADATA,sha256=0TK5p39lmMOzVnXQZ73DlQWsFBZCVX7PXJE70uVtCoQ,26159
358
+ evalvault-1.72.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
359
+ evalvault-1.72.1.dist-info/entry_points.txt,sha256=Oj9Xc5gYcyUYYNmQfWI8NYGw7nN-3M-h2ipHIMlVn6o,65
360
+ evalvault-1.72.1.dist-info/licenses/LICENSE.md,sha256=3RNWY4jjtrQ_yYa-D-7I3XO12Ti7YzxsLV_dpykujvo,11358
361
+ evalvault-1.72.1.dist-info/RECORD,,