nv-ingest 25.8.0rc7__tar.gz → 25.9.0__tar.gz
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.
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/PKG-INFO +3 -2
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/api/main.py +1 -1
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest.egg-info/PKG-INFO +3 -2
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest.egg-info/requires.txt +2 -1
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/pyproject.toml +5 -1
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/LICENSE +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/MANIFEST.in +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/api/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/api/v1/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/api/v1/health.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/api/v1/ingest.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/api/v1/metrics.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/edges/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/edges/async_queue_edge.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/edges/ray_queue_edge.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/edges/threaded_queue_edge.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/examples/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/examples/pipeline_test_harness.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/examples/task_source_harness.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/examples/task_source_sink_harness.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/primitives/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/primitives/dataclasses.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/primitives/pipeline_monitor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/primitives/pipeline_topology.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/primitives/ray_pipeline.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/primitives/ray_stat_collector.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/audio_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/chart_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/docx_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/html_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/image_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/infographic_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/pdf_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/pptx_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/extractors/table_extractor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/injectors/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/injectors/metadata_injector.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/meta/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_edge_base.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_sink_stage_base.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_source_stage_base.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_stage_base.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/mutate/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/mutate/image_dedup.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/mutate/image_filter.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/sinks/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/sinks/default_drain.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/sinks/message_broker_task_sink.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/sources/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/sources/message_broker_task_source.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/storage/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/storage/image_storage.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/storage/store_embeddings.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/telemetry/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/telemetry/job_counter.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/telemetry/otel_meter.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/telemetry/otel_tracer.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/transforms/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/transforms/image_caption.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/transforms/text_embed.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/transforms/text_splitter.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/utility/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/utility/throughput_monitor.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/env_config.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/pipeline/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/pipeline/pid_controller.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/pipeline/pipeline_builders.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/pipeline/pipeline_runners.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/pipeline/stage_builders.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/pipeline/tools.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/system_tools/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/system_tools/memory.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/system_tools/visualizers.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_ingest_config_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_job_counter_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_message_broker_sink_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_message_broker_source_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_message_wrapper_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_metadata_injector_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_otel_meter_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_otel_tracer_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_processing_job_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_task_injection_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_vdb_task_sink_schema.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/flow_control/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/flow_control/filter_by_task.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/impl/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/impl/ingest/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/impl/ingest/redis_ingest_service.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/meta/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/meta/ingest/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/meta/ingest/ingest_service_meta.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/telemetry/__init__.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/telemetry/global_stats.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/version.py +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest.egg-info/SOURCES.txt +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest.egg-info/dependency_links.txt +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest.egg-info/top_level.txt +0 -0
- {nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nv-ingest
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.9.0
|
|
4
4
|
Summary: Python module for multimodal document ingestion
|
|
5
5
|
Author-email: Jeremy Dyer <jdyer@nvidia.com>
|
|
6
6
|
License: Apache License
|
|
@@ -229,6 +229,7 @@ Requires-Dist: openai>=1.82.0
|
|
|
229
229
|
Requires-Dist: opentelemetry-api>=1.27.0
|
|
230
230
|
Requires-Dist: opentelemetry-exporter-otlp>=1.27.0
|
|
231
231
|
Requires-Dist: opentelemetry-sdk>=1.27.0
|
|
232
|
+
Requires-Dist: nv-ingest-api==25.9.0
|
|
232
233
|
Requires-Dist: pydantic>2.0.0
|
|
233
234
|
Requires-Dist: pydantic-settings>2.0.0
|
|
234
235
|
Requires-Dist: pypdfium2==4.30.0
|
|
@@ -240,7 +241,7 @@ Requires-Dist: python-docx>=1.1.2
|
|
|
240
241
|
Requires-Dist: python-dotenv>=1.0.1
|
|
241
242
|
Requires-Dist: python-pptx>=1.0.2
|
|
242
243
|
Requires-Dist: prometheus-client
|
|
243
|
-
Requires-Dist: ray[all]>=2.
|
|
244
|
+
Requires-Dist: ray[all]>=2.49.0
|
|
244
245
|
Requires-Dist: redis>=5.2.1
|
|
245
246
|
Requires-Dist: requests>=2.28.2
|
|
246
247
|
Requires-Dist: scikit-learn>=1.6.0
|
|
@@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
|
|
|
22
22
|
app = FastAPI(
|
|
23
23
|
title="NV-Ingest Microservice",
|
|
24
24
|
description="Service for ingesting heterogenous datatypes",
|
|
25
|
-
version="25.
|
|
25
|
+
version="25.9.0",
|
|
26
26
|
contact={
|
|
27
27
|
"name": "NVIDIA Corporation",
|
|
28
28
|
"url": "https://nvidia.com",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nv-ingest
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.9.0
|
|
4
4
|
Summary: Python module for multimodal document ingestion
|
|
5
5
|
Author-email: Jeremy Dyer <jdyer@nvidia.com>
|
|
6
6
|
License: Apache License
|
|
@@ -229,6 +229,7 @@ Requires-Dist: openai>=1.82.0
|
|
|
229
229
|
Requires-Dist: opentelemetry-api>=1.27.0
|
|
230
230
|
Requires-Dist: opentelemetry-exporter-otlp>=1.27.0
|
|
231
231
|
Requires-Dist: opentelemetry-sdk>=1.27.0
|
|
232
|
+
Requires-Dist: nv-ingest-api==25.9.0
|
|
232
233
|
Requires-Dist: pydantic>2.0.0
|
|
233
234
|
Requires-Dist: pydantic-settings>2.0.0
|
|
234
235
|
Requires-Dist: pypdfium2==4.30.0
|
|
@@ -240,7 +241,7 @@ Requires-Dist: python-docx>=1.1.2
|
|
|
240
241
|
Requires-Dist: python-dotenv>=1.0.1
|
|
241
242
|
Requires-Dist: python-pptx>=1.0.2
|
|
242
243
|
Requires-Dist: prometheus-client
|
|
243
|
-
Requires-Dist: ray[all]>=2.
|
|
244
|
+
Requires-Dist: ray[all]>=2.49.0
|
|
244
245
|
Requires-Dist: redis>=5.2.1
|
|
245
246
|
Requires-Dist: requests>=2.28.2
|
|
246
247
|
Requires-Dist: scikit-learn>=1.6.0
|
|
@@ -14,6 +14,7 @@ openai>=1.82.0
|
|
|
14
14
|
opentelemetry-api>=1.27.0
|
|
15
15
|
opentelemetry-exporter-otlp>=1.27.0
|
|
16
16
|
opentelemetry-sdk>=1.27.0
|
|
17
|
+
nv-ingest-api==25.9.0
|
|
17
18
|
pydantic>2.0.0
|
|
18
19
|
pydantic-settings>2.0.0
|
|
19
20
|
pypdfium2==4.30.0
|
|
@@ -25,7 +26,7 @@ python-docx>=1.1.2
|
|
|
25
26
|
python-dotenv>=1.0.1
|
|
26
27
|
python-pptx>=1.0.2
|
|
27
28
|
prometheus-client
|
|
28
|
-
ray[all]>=2.
|
|
29
|
+
ray[all]>=2.49.0
|
|
29
30
|
redis>=5.2.1
|
|
30
31
|
requests>=2.28.2
|
|
31
32
|
scikit-learn>=1.6.0
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
requires = ["setuptools", "wheel"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
|
+
[tool.uv]
|
|
6
|
+
managed = true
|
|
7
|
+
|
|
5
8
|
[project]
|
|
6
9
|
name = "nv-ingest"
|
|
7
10
|
description = "Python module for multimodal document ingestion"
|
|
@@ -33,6 +36,7 @@ dependencies = [
|
|
|
33
36
|
"opentelemetry-api>=1.27.0",
|
|
34
37
|
"opentelemetry-exporter-otlp>=1.27.0",
|
|
35
38
|
"opentelemetry-sdk>=1.27.0",
|
|
39
|
+
"nv-ingest-api==25.9.0",
|
|
36
40
|
"pydantic>2.0.0",
|
|
37
41
|
"pydantic-settings>2.0.0",
|
|
38
42
|
"pypdfium2==4.30.0",
|
|
@@ -44,7 +48,7 @@ dependencies = [
|
|
|
44
48
|
"python-dotenv>=1.0.1",
|
|
45
49
|
"python-pptx>=1.0.2",
|
|
46
50
|
"prometheus-client",
|
|
47
|
-
"ray[all]>=2.
|
|
51
|
+
"ray[all]>=2.49.0",
|
|
48
52
|
"redis>=5.2.1",
|
|
49
53
|
"requests>=2.28.2",
|
|
50
54
|
"scikit-learn>=1.6.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/edges/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/examples/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/stages/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/__init__.py
RENAMED
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/orchestration/ray/util/env_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_job_counter_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_otel_meter_schema.py
RENAMED
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/schemas/framework_otel_tracer_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/flow_control/filter_by_task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/impl/ingest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.8.0rc7 → nv_ingest-25.9.0}/nv_ingest/framework/util/service/meta/ingest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|