nv-ingest 2025.10.23.dev20251023__py3-none-any.whl → 2025.10.24.dev20251024__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 nv-ingest might be problematic. Click here for more details.

@@ -436,12 +436,13 @@ class RedisIngestService(IngestServiceMeta):
436
436
  metadata_key = f"parent:{parent_job_id}:metadata"
437
437
 
438
438
  try:
439
- # Store subjob IDs as a set
440
- await self._run_bounded_to_thread(
441
- self._ingest_client.get_client().sadd,
442
- parent_key,
443
- *subjob_ids,
444
- )
439
+ # Store subjob IDs as a set (only if there are subjobs)
440
+ if subjob_ids:
441
+ await self._run_bounded_to_thread(
442
+ self._ingest_client.get_client().sadd,
443
+ parent_key,
444
+ *subjob_ids,
445
+ )
445
446
 
446
447
  # Store metadata as hash (including original subjob ordering for deterministic fetches)
447
448
  metadata_to_store = dict(metadata)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nv-ingest
3
- Version: 2025.10.23.dev20251023
3
+ Version: 2025.10.24.dev20251024
4
4
  Summary: Python module for multimodal document ingestion
5
5
  Author-email: Jeremy Dyer <jdyer@nvidia.com>
6
6
  License: Apache License
@@ -103,7 +103,7 @@ nv_ingest/framework/util/flow_control/udf_intercept.py,sha256=zQ9uuCcHLEd0P52Eiw
103
103
  nv_ingest/framework/util/service/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
104
104
  nv_ingest/framework/util/service/impl/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
105
105
  nv_ingest/framework/util/service/impl/ingest/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
106
- nv_ingest/framework/util/service/impl/ingest/redis_ingest_service.py,sha256=OuGC3FFhkLQLR3x4s-tyxGguYYn8ORKr2xkzMy2br0g,22552
106
+ nv_ingest/framework/util/service/impl/ingest/redis_ingest_service.py,sha256=cBR9G2YCcOtuzi9_6igleQK03CSpK1X6v5ibeSUijmo,22627
107
107
  nv_ingest/framework/util/service/meta/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
108
108
  nv_ingest/framework/util/service/meta/ingest/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
109
109
  nv_ingest/framework/util/service/meta/ingest/ingest_service_meta.py,sha256=QS3uNxWBl5dIcmIpJKNe8_TLcTUuN2vcKyHeAwa-eSo,1589
@@ -117,8 +117,8 @@ nv_ingest/pipeline/pipeline_schema.py,sha256=rLZZz2It2o2hVNWrZUJU8CarrqRei1fho3Z
117
117
  nv_ingest/pipeline/config/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
118
118
  nv_ingest/pipeline/config/loaders.py,sha256=75Yr9WYO7j7ghvKTnYLfZXQZEH3J3VEZo5J4TunC_Us,7590
119
119
  nv_ingest/pipeline/config/replica_resolver.py,sha256=3zjh8gmepEYORFZRM4inq7GoBW0YL3gzUDiixUugjzQ,8899
120
- nv_ingest-2025.10.23.dev20251023.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
121
- nv_ingest-2025.10.23.dev20251023.dist-info/METADATA,sha256=m6_XNuGS4nu_QshGalQTEi0h_nxhv8asXa-I7uz6cT0,15122
122
- nv_ingest-2025.10.23.dev20251023.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
- nv_ingest-2025.10.23.dev20251023.dist-info/top_level.txt,sha256=sjb0ajIsgn3YgftSjZHlYO0HjYAIIhNuXG_AmywCvaU,10
124
- nv_ingest-2025.10.23.dev20251023.dist-info/RECORD,,
120
+ nv_ingest-2025.10.24.dev20251024.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
121
+ nv_ingest-2025.10.24.dev20251024.dist-info/METADATA,sha256=nrFpry5brNE51Hx3aydd_LiJt_4xAGUHDoL2QcndNOw,15122
122
+ nv_ingest-2025.10.24.dev20251024.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
+ nv_ingest-2025.10.24.dev20251024.dist-info/top_level.txt,sha256=sjb0ajIsgn3YgftSjZHlYO0HjYAIIhNuXG_AmywCvaU,10
124
+ nv_ingest-2025.10.24.dev20251024.dist-info/RECORD,,