nv-ingest 25.6.0__tar.gz → 25.6.1__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.6.0 → nv_ingest-25.6.1}/PKG-INFO +2 -2
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/api/main.py +1 -1
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest.egg-info/PKG-INFO +2 -2
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest.egg-info/requires.txt +1 -1
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/pyproject.toml +1 -1
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/LICENSE +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/MANIFEST.in +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/api/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/api/v1/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/api/v1/health.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/api/v1/ingest.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/api/v1/metrics.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/edges/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/edges/async_queue_edge.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/edges/ray_queue_edge.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/edges/threaded_queue_edge.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/examples/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/examples/pipeline_test_harness.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/examples/task_source_harness.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/examples/task_source_sink_harness.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/primitives/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/primitives/dataclasses.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/primitives/pipeline_monitor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/primitives/pipeline_topology.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/primitives/ray_pipeline.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/primitives/ray_stat_collector.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/audio_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/chart_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/docx_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/html_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/image_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/infographic_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/pdf_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/pptx_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/extractors/table_extractor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/injectors/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/injectors/metadata_injector.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/meta/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_edge_base.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_sink_stage_base.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_source_stage_base.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/meta/ray_actor_stage_base.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/mutate/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/mutate/image_dedup.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/mutate/image_filter.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/sinks/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/sinks/default_drain.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/sinks/message_broker_task_sink.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/sources/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/sources/message_broker_task_source.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/storage/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/storage/image_storage.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/storage/store_embeddings.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/telemetry/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/telemetry/job_counter.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/telemetry/otel_meter.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/telemetry/otel_tracer.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/transforms/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/transforms/image_caption.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/transforms/text_embed.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/transforms/text_splitter.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/utility/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/utility/throughput_monitor.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/pipeline/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/pipeline/pid_controller.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/pipeline/pipeline_builders.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/pipeline/pipeline_runners.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/pipeline/stage_builders.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/system_tools/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/system_tools/memory.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/system_tools/visualizers.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_ingest_config_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_job_counter_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_message_broker_sink_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_message_broker_source_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_message_wrapper_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_metadata_injector_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_otel_meter_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_otel_tracer_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_processing_job_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_task_injection_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_vdb_task_sink_schema.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/flow_control/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/flow_control/filter_by_task.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/impl/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/impl/ingest/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/impl/ingest/redis_ingest_service.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/meta/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/meta/ingest/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/meta/ingest/ingest_service_meta.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/telemetry/__init__.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/telemetry/global_stats.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/version.py +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest.egg-info/SOURCES.txt +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest.egg-info/dependency_links.txt +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest.egg-info/top_level.txt +0 -0
- {nv_ingest-25.6.0 → nv_ingest-25.6.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nv-ingest
|
|
3
|
-
Version: 25.6.
|
|
3
|
+
Version: 25.6.1
|
|
4
4
|
Summary: Python module for multimodal document ingestion
|
|
5
5
|
Author-email: Jeremy Dyer <jdyer@nvidia.com>
|
|
6
6
|
License: Apache License
|
|
@@ -229,7 +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.6.
|
|
232
|
+
Requires-Dist: nv-ingest-api==25.6.1
|
|
233
233
|
Requires-Dist: pydantic>2.0.0
|
|
234
234
|
Requires-Dist: pydantic-settings>2.0.0
|
|
235
235
|
Requires-Dist: pypdfium2==4.30.1
|
|
@@ -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.6.
|
|
25
|
+
version="25.6.1",
|
|
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.6.
|
|
3
|
+
Version: 25.6.1
|
|
4
4
|
Summary: Python module for multimodal document ingestion
|
|
5
5
|
Author-email: Jeremy Dyer <jdyer@nvidia.com>
|
|
6
6
|
License: Apache License
|
|
@@ -229,7 +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.6.
|
|
232
|
+
Requires-Dist: nv-ingest-api==25.6.1
|
|
233
233
|
Requires-Dist: pydantic>2.0.0
|
|
234
234
|
Requires-Dist: pydantic-settings>2.0.0
|
|
235
235
|
Requires-Dist: pypdfium2==4.30.1
|
|
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.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/edges/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/edges/ray_queue_edge.py
RENAMED
|
File without changes
|
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/examples/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/primitives/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/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
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/meta/__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
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/stages/sinks/__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
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/orchestration/ray/util/__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.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_ingest_config_schema.py
RENAMED
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/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.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_otel_meter_schema.py
RENAMED
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_otel_tracer_schema.py
RENAMED
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_processing_job_schema.py
RENAMED
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_task_injection_schema.py
RENAMED
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/schemas/framework_vdb_task_sink_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/flow_control/filter_by_task.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/nv_ingest/framework/util/service/impl/ingest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nv_ingest-25.6.0 → nv_ingest-25.6.1}/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
|