datarobot-moderations 11.1.12__py3-none-any.whl → 11.1.13__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.
- datarobot_dome/guard_helpers.py +2 -3
- {datarobot_moderations-11.1.12.dist-info → datarobot_moderations-11.1.13.dist-info}/METADATA +2 -2
- {datarobot_moderations-11.1.12.dist-info → datarobot_moderations-11.1.13.dist-info}/RECORD +4 -4
- {datarobot_moderations-11.1.12.dist-info → datarobot_moderations-11.1.13.dist-info}/WHEEL +0 -0
datarobot_dome/guard_helpers.py
CHANGED
|
@@ -446,9 +446,8 @@ def calculate_task_adherence(
|
|
|
446
446
|
interactions: str,
|
|
447
447
|
response: str,
|
|
448
448
|
):
|
|
449
|
-
#
|
|
450
|
-
#
|
|
451
|
-
# only and will not use tools information for now.
|
|
449
|
+
# The library will calculate the task completion metric based on input and
|
|
450
|
+
# output only and will not use tools information for now.
|
|
452
451
|
#
|
|
453
452
|
# But, we will keep `interactions` parameter (unused) so that it will be easier
|
|
454
453
|
# to implement improvement whenever required.
|
{datarobot_moderations-11.1.12.dist-info → datarobot_moderations-11.1.13.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: datarobot-moderations
|
|
3
|
-
Version: 11.1.
|
|
3
|
+
Version: 11.1.13
|
|
4
4
|
Summary: DataRobot Monitoring and Moderation framework
|
|
5
5
|
License: DataRobot Tool and Utility Agreement
|
|
6
6
|
Author: DataRobot
|
|
@@ -14,7 +14,7 @@ Requires-Dist: asyncio (>=3.4.3)
|
|
|
14
14
|
Requires-Dist: backoff (>=2.2.1)
|
|
15
15
|
Requires-Dist: datarobot (>=3.6.0)
|
|
16
16
|
Requires-Dist: datarobot-predict (>=1.9.6)
|
|
17
|
-
Requires-Dist: deepeval (
|
|
17
|
+
Requires-Dist: deepeval (==2.7.9)
|
|
18
18
|
Requires-Dist: langchain (>=0.1.12)
|
|
19
19
|
Requires-Dist: langchain-nvidia-ai-endpoints (>=0.3.9)
|
|
20
20
|
Requires-Dist: langchain-openai (>=0.1.7)
|
|
@@ -5,7 +5,7 @@ datarobot_dome/constants.py,sha256=fYBgkAQBRnwXyJIO1BBfb0Fe12Sg74gtOQ4WpQQwBXc,9
|
|
|
5
5
|
datarobot_dome/drum_integration.py,sha256=LzcoRNWofLLCFktJ1tY7IZ3C0adMrlGM1WVqCOfuthM,40691
|
|
6
6
|
datarobot_dome/guard.py,sha256=afcJSSo509aHHvM6nm-QTKzQjuWE7VzgpihenDaAf3w,29921
|
|
7
7
|
datarobot_dome/guard_executor.py,sha256=CMa2IIP6Uhu2lN1DDvWhVky40BnE37AdKJkifE4vVNU,34063
|
|
8
|
-
datarobot_dome/guard_helpers.py,sha256=
|
|
8
|
+
datarobot_dome/guard_helpers.py,sha256=VkNaoMAWAEggodpl7KmWZTM6H9H6e9Ny3Rl2HBXZnfM,16353
|
|
9
9
|
datarobot_dome/guards/__init__.py,sha256=B5Rx8_CNCNsOpxBbRj27XOXCfRZmvmrAR-NzlzIKnDw,583
|
|
10
10
|
datarobot_dome/guards/guard_llm_mixin.py,sha256=ON-zuVL3xhQmXv0rFkalWrW_Q67Wwya2IQerHO8WkKU,10694
|
|
11
11
|
datarobot_dome/llm.py,sha256=L02OvTrflmD34-FrfXebfF-zzKTeuin7fpne1Cl5psg,5719
|
|
@@ -18,6 +18,6 @@ datarobot_dome/pipeline/llm_pipeline.py,sha256=fOp_OJnQMDUJH-LKv12kEqli-EqfHjAiS
|
|
|
18
18
|
datarobot_dome/pipeline/pipeline.py,sha256=_pZ_4K2LMnfYCYj_ur9EwJzo3T-pbO6lFYz1O-_3uQ4,16491
|
|
19
19
|
datarobot_dome/pipeline/vdb_pipeline.py,sha256=WTOGn1qe_ZvEcdlvHgeXxl2xTqp7GjfL13c6S-FmAfM,5146
|
|
20
20
|
datarobot_dome/streaming.py,sha256=6nYvh6SoxPRLfO6GGdEoHsQuyLP9oX1lDMe8IeGo4lw,17801
|
|
21
|
-
datarobot_moderations-11.1.
|
|
22
|
-
datarobot_moderations-11.1.
|
|
23
|
-
datarobot_moderations-11.1.
|
|
21
|
+
datarobot_moderations-11.1.13.dist-info/METADATA,sha256=LsXqaQbvi15TPh7WdO4QmDP0b3xzcCwG_ucnI3E5B50,4639
|
|
22
|
+
datarobot_moderations-11.1.13.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
23
|
+
datarobot_moderations-11.1.13.dist-info/RECORD,,
|
|
File without changes
|