nv-ingest 25.8.0rc2__py3-none-any.whl → 25.8.0rc4__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.

@@ -57,8 +57,6 @@ class TextEmbeddingTransformStage(RayActorStage):
57
57
  IngestControlMessage
58
58
  The updated message with text embeddings and trace info added.
59
59
  """
60
- logger.info("TextEmbeddingTransformStage.on_data: Starting text embedding transformation.")
61
-
62
60
  # Get the DataFrame payload.
63
61
  df_payload = control_message.payload()
64
62
  logger.debug("TextEmbeddingTransformStage: Extracted payload with %d rows.", len(df_payload))
@@ -71,11 +69,9 @@ class TextEmbeddingTransformStage(RayActorStage):
71
69
  new_df, execution_trace_log = transform_create_text_embeddings_internal(
72
70
  df_payload, task_config=task_config, transform_config=self.validated_config
73
71
  )
74
- logger.info("Text embedding transformation completed. New payload has %d rows.", len(new_df))
75
72
 
76
73
  # Update the control message payload.
77
74
  control_message.payload(new_df)
78
75
  # Annotate the message metadata with trace info.
79
76
  control_message.set_metadata("text_embedding_trace", execution_trace_log)
80
- logger.info("Text embedding trace metadata added.")
81
77
  return control_message
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nv-ingest
3
- Version: 25.8.0rc2
3
+ Version: 25.8.0rc4
4
4
  Summary: Python module for multimodal document ingestion
5
5
  Author-email: Jeremy Dyer <jdyer@nvidia.com>
6
6
  License: Apache License
@@ -58,7 +58,7 @@ nv_ingest/framework/orchestration/ray/stages/telemetry/otel_meter.py,sha256=wQSl
58
58
  nv_ingest/framework/orchestration/ray/stages/telemetry/otel_tracer.py,sha256=53M8Xw84gcuRAeHbf4Z_ApLFX9Zkd1KSec_2k-wXl6c,7947
59
59
  nv_ingest/framework/orchestration/ray/stages/transforms/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
60
60
  nv_ingest/framework/orchestration/ray/stages/transforms/image_caption.py,sha256=OuqPmJmCqbg9k7roDivuvfYVTd05Nl9PMC0_E9PHgYw,3514
61
- nv_ingest/framework/orchestration/ray/stages/transforms/text_embed.py,sha256=cERKHTMkfOLGpibApCpGC_8URoIi-wn-Ttv-4b2XpJ0,3556
61
+ nv_ingest/framework/orchestration/ray/stages/transforms/text_embed.py,sha256=urXv7fj17DBY5YLwxCkSyUAROjANTFCYo_EOlBYXlMg,3293
62
62
  nv_ingest/framework/orchestration/ray/stages/transforms/text_splitter.py,sha256=hyTIv3MMnuyZmgbBHbXicSgk9DhbpygDrgUtXRwvlmo,4677
63
63
  nv_ingest/framework/orchestration/ray/stages/utility/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
64
64
  nv_ingest/framework/orchestration/ray/stages/utility/throughput_monitor.py,sha256=MB27CkoNeuirN6CUHgjsC5Wh958NF7m_N7HE4VKfx3k,2264
@@ -97,8 +97,8 @@ nv_ingest/framework/util/service/meta/ingest/__init__.py,sha256=wQSlVx3T14ZgQAt-
97
97
  nv_ingest/framework/util/service/meta/ingest/ingest_service_meta.py,sha256=QS3uNxWBl5dIcmIpJKNe8_TLcTUuN2vcKyHeAwa-eSo,1589
98
98
  nv_ingest/framework/util/telemetry/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
99
99
  nv_ingest/framework/util/telemetry/global_stats.py,sha256=nq65pEEdiwjAfGiqsxG1CeQMC96O3CfQxsZuGFCY-ds,4554
100
- nv_ingest-25.8.0rc2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
101
- nv_ingest-25.8.0rc2.dist-info/METADATA,sha256=M-3ciVRKagE7MtEezoGJxeyqPV2O6CSj8VCHXyHILGk,15049
102
- nv_ingest-25.8.0rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
103
- nv_ingest-25.8.0rc2.dist-info/top_level.txt,sha256=sjb0ajIsgn3YgftSjZHlYO0HjYAIIhNuXG_AmywCvaU,10
104
- nv_ingest-25.8.0rc2.dist-info/RECORD,,
100
+ nv_ingest-25.8.0rc4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
101
+ nv_ingest-25.8.0rc4.dist-info/METADATA,sha256=X36Q0RxQA1Aeeos8Y8W4bOrUHl6gbY8zQhrCT0tPRrA,15049
102
+ nv_ingest-25.8.0rc4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
103
+ nv_ingest-25.8.0rc4.dist-info/top_level.txt,sha256=sjb0ajIsgn3YgftSjZHlYO0HjYAIIhNuXG_AmywCvaU,10
104
+ nv_ingest-25.8.0rc4.dist-info/RECORD,,