datarobot-moderations 11.1.19__py3-none-any.whl → 11.1.21__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/drum_integration.py +2 -1
- {datarobot_moderations-11.1.19.dist-info → datarobot_moderations-11.1.21.dist-info}/METADATA +1 -2
- {datarobot_moderations-11.1.19.dist-info → datarobot_moderations-11.1.21.dist-info}/RECORD +4 -4
- {datarobot_moderations-11.1.19.dist-info → datarobot_moderations-11.1.21.dist-info}/WHEEL +0 -0
|
@@ -998,8 +998,9 @@ class VdbModerationPipeline(ModerationPipeline):
|
|
|
998
998
|
def moderation_pipeline_factory(
|
|
999
999
|
target_type: str, model_dir: str = os.getcwd()
|
|
1000
1000
|
) -> Optional[ModerationPipeline]:
|
|
1001
|
-
# Disable ragas tracking while loading the module.
|
|
1001
|
+
# Disable ragas and deepeval tracking while loading the module.
|
|
1002
1002
|
os.environ["RAGAS_DO_NOT_TRACK"] = "true"
|
|
1003
|
+
os.environ["DEEPEVAL_TELEMETRY_OPT_OUT"] = "true"
|
|
1003
1004
|
if target_type in TargetType.guards():
|
|
1004
1005
|
pipeline = init(model_dir=model_dir)
|
|
1005
1006
|
if pipeline:
|
{datarobot_moderations-11.1.19.dist-info → datarobot_moderations-11.1.21.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.21
|
|
4
4
|
Summary: DataRobot Monitoring and Moderation framework
|
|
5
5
|
License: DataRobot Tool and Utility Agreement
|
|
6
6
|
Author: DataRobot
|
|
@@ -12,7 +12,6 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Requires-Dist: aiohttp (>=3.9.5)
|
|
15
|
-
Requires-Dist: asyncio (>=3.4.3)
|
|
16
15
|
Requires-Dist: backoff (>=2.2.1)
|
|
17
16
|
Requires-Dist: datarobot (>=3.6.0)
|
|
18
17
|
Requires-Dist: datarobot-predict (>=1.9.6)
|
|
@@ -2,7 +2,7 @@ datarobot_dome/__init__.py,sha256=B5Rx8_CNCNsOpxBbRj27XOXCfRZmvmrAR-NzlzIKnDw,58
|
|
|
2
2
|
datarobot_dome/async_http_client.py,sha256=wkB4irwvnchNGzO1bk2C_HWM-GOSB3AUn5TXKl-X0ZI,9649
|
|
3
3
|
datarobot_dome/chat_helper.py,sha256=BzvtUyZSZxzOqq-5a2wQKhHhr2kMlcP1MFrHaDAeD_o,9671
|
|
4
4
|
datarobot_dome/constants.py,sha256=vM2_JkXbn4dkWARCqxNfLriSo0E05LDXVrwNktptpuc,10416
|
|
5
|
-
datarobot_dome/drum_integration.py,sha256=
|
|
5
|
+
datarobot_dome/drum_integration.py,sha256=aJs_i6x3slGpqjPPpnx2w-4SHYRYMJLRAHNSxmTajLg,42294
|
|
6
6
|
datarobot_dome/guard.py,sha256=1INYx17n9ToiB5bzI-jIReUUuqkK_ucxpOx4jQLts6g,33264
|
|
7
7
|
datarobot_dome/guard_executor.py,sha256=AOI8MZeZETHMoFgBePe0wa2vE9d2975MYQnEDHLZL7s,35462
|
|
8
8
|
datarobot_dome/guard_helpers.py,sha256=ajxm-w7MS7eN5DMMO-jbbzjcOYMZ-LvhO53n2NI5_Fk,16773
|
|
@@ -19,6 +19,6 @@ datarobot_dome/pipeline/pipeline.py,sha256=YrGR3uS7kY9dd30B97cMESBbVNsze25RSoIcj
|
|
|
19
19
|
datarobot_dome/pipeline/vdb_pipeline.py,sha256=WTOGn1qe_ZvEcdlvHgeXxl2xTqp7GjfL13c6S-FmAfM,5146
|
|
20
20
|
datarobot_dome/runtime.py,sha256=FD8wXOweqoQVzbZMh-mucL66xT2kGxPsJUGAcJBgwxw,1468
|
|
21
21
|
datarobot_dome/streaming.py,sha256=6nYvh6SoxPRLfO6GGdEoHsQuyLP9oX1lDMe8IeGo4lw,17801
|
|
22
|
-
datarobot_moderations-11.1.
|
|
23
|
-
datarobot_moderations-11.1.
|
|
24
|
-
datarobot_moderations-11.1.
|
|
22
|
+
datarobot_moderations-11.1.21.dist-info/METADATA,sha256=25F-bbARTFT0s-bDz7QtOCVNAKYHMxuh3SbxDf0oc8w,4794
|
|
23
|
+
datarobot_moderations-11.1.21.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
24
|
+
datarobot_moderations-11.1.21.dist-info/RECORD,,
|
|
File without changes
|