nv-ingest 2025.12.9.dev20251209__py3-none-any.whl → 2025.12.11.dev20251211__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.
- nv_ingest/api/v2/ingest.py +1 -1
- nv_ingest/pipeline/default_libmode_pipeline_impl.py +2 -1
- nv_ingest/pipeline/default_pipeline_impl.py +2 -1
- {nv_ingest-2025.12.9.dev20251209.dist-info → nv_ingest-2025.12.11.dev20251211.dist-info}/METADATA +1 -1
- {nv_ingest-2025.12.9.dev20251209.dist-info → nv_ingest-2025.12.11.dev20251211.dist-info}/RECORD +8 -8
- {nv_ingest-2025.12.9.dev20251209.dist-info → nv_ingest-2025.12.11.dev20251211.dist-info}/WHEEL +0 -0
- {nv_ingest-2025.12.9.dev20251209.dist-info → nv_ingest-2025.12.11.dev20251211.dist-info}/licenses/LICENSE +0 -0
- {nv_ingest-2025.12.9.dev20251209.dist-info → nv_ingest-2025.12.11.dev20251211.dist-info}/top_level.txt +0 -0
nv_ingest/api/v2/ingest.py
CHANGED
|
@@ -1003,7 +1003,7 @@ async def submit_job_v2(
|
|
|
1003
1003
|
"page_count": chunk.get("page_count", 0),
|
|
1004
1004
|
}
|
|
1005
1005
|
)
|
|
1006
|
-
logger.
|
|
1006
|
+
logger.debug(f"Removing uploaded file {upload_path}")
|
|
1007
1007
|
os.remove(upload_path)
|
|
1008
1008
|
|
|
1009
1009
|
if submission_items:
|
|
@@ -334,7 +334,8 @@ stages:
|
|
|
334
334
|
api_key: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
335
335
|
endpoint_url: $VLM_CAPTION_ENDPOINT|"http://vlm:8000/v1/chat/completions"
|
|
336
336
|
model_name: $VLM_CAPTION_MODEL_NAME|"nvidia/nemotron-nano-12b-v2-vl"
|
|
337
|
-
prompt: "Caption the content of this image:"
|
|
337
|
+
prompt: $VLM_CAPTION_PROMPT|"Caption the content of this image:"
|
|
338
|
+
system_prompt: $VLM_CAPTION_SYSTEM_PROMPT|"/no_think"
|
|
338
339
|
replicas:
|
|
339
340
|
min_replicas: 0
|
|
340
341
|
max_replicas:
|
|
@@ -354,7 +354,8 @@ stages:
|
|
|
354
354
|
api_key: $NGC_API_KEY|$NVIDIA_API_KEY
|
|
355
355
|
model_name: $VLM_CAPTION_MODEL_NAME|"nvidia/nemotron-nano-12b-v2-vl"
|
|
356
356
|
endpoint_url: $VLM_CAPTION_ENDPOINT|"http://vlm:8000/v1/chat/completions"
|
|
357
|
-
prompt: "Caption the content of this image:"
|
|
357
|
+
prompt: $VLM_CAPTION_PROMPT|"Caption the content of this image:"
|
|
358
|
+
system_prompt: $VLM_CAPTION_SYSTEM_PROMPT|"/no_think"
|
|
358
359
|
replicas:
|
|
359
360
|
min_replicas: 0
|
|
360
361
|
max_replicas:
|
{nv_ingest-2025.12.9.dev20251209.dist-info → nv_ingest-2025.12.11.dev20251211.dist-info}/RECORD
RENAMED
|
@@ -9,7 +9,7 @@ nv_ingest/api/v1/ingest.py,sha256=LWk3LN4lBd3uO8h30EN42g3LHCVcO00avVd5ohVK7NI,19
|
|
|
9
9
|
nv_ingest/api/v1/metrics.py,sha256=ZGVRApYLnzc2f2C7wRgGd7deqiXan-jxfA-33a16clY,981
|
|
10
10
|
nv_ingest/api/v2/README.md,sha256=VhpdjEmCyr3qIOhwqISFx9C5WezJFcxYc-NB9S98HMg,7562
|
|
11
11
|
nv_ingest/api/v2/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
12
|
-
nv_ingest/api/v2/ingest.py,sha256=
|
|
12
|
+
nv_ingest/api/v2/ingest.py,sha256=vjjb2xOOtlTVoTMc4rNdUI6yKYdEeR-umA_pwP_Rt64,53103
|
|
13
13
|
nv_ingest/framework/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
14
14
|
nv_ingest/framework/orchestration/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
15
15
|
nv_ingest/framework/orchestration/execution/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
@@ -111,15 +111,15 @@ nv_ingest/framework/util/service/meta/ingest/ingest_service_meta.py,sha256=QS3uN
|
|
|
111
111
|
nv_ingest/framework/util/telemetry/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
112
112
|
nv_ingest/framework/util/telemetry/global_stats.py,sha256=nq65pEEdiwjAfGiqsxG1CeQMC96O3CfQxsZuGFCY-ds,4554
|
|
113
113
|
nv_ingest/pipeline/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
114
|
-
nv_ingest/pipeline/default_libmode_pipeline_impl.py,sha256=
|
|
115
|
-
nv_ingest/pipeline/default_pipeline_impl.py,sha256=
|
|
114
|
+
nv_ingest/pipeline/default_libmode_pipeline_impl.py,sha256=Tm587URP3rCA-uejhaXVk8tAzyhTgThzoPmmb8VGnvo,16312
|
|
115
|
+
nv_ingest/pipeline/default_pipeline_impl.py,sha256=M-r_qs3ddvxcTuhWgAwNLxxajQHnl0Q3Vd1OMNPz_kU,16850
|
|
116
116
|
nv_ingest/pipeline/ingest_pipeline.py,sha256=wHAJhqAM2s8nbY-8itVogmSU-yVN4PZONGWcKnhzgfg,17794
|
|
117
117
|
nv_ingest/pipeline/pipeline_schema.py,sha256=rLZZz2It2o2hVNWrZUJU8CarrqRei1fho3ZEMkkoBcg,17940
|
|
118
118
|
nv_ingest/pipeline/config/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
119
119
|
nv_ingest/pipeline/config/loaders.py,sha256=75Yr9WYO7j7ghvKTnYLfZXQZEH3J3VEZo5J4TunC_Us,7590
|
|
120
120
|
nv_ingest/pipeline/config/replica_resolver.py,sha256=dEwqMXNttfw0QeisTGGkp24785jqzVCDAEFyQIffeGc,9369
|
|
121
|
-
nv_ingest-2025.12.
|
|
122
|
-
nv_ingest-2025.12.
|
|
123
|
-
nv_ingest-2025.12.
|
|
124
|
-
nv_ingest-2025.12.
|
|
125
|
-
nv_ingest-2025.12.
|
|
121
|
+
nv_ingest-2025.12.11.dev20251211.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
122
|
+
nv_ingest-2025.12.11.dev20251211.dist-info/METADATA,sha256=w60wYkZM3JxXYYl6gtGhu3MUa1VvrCf7BLb1dhXKzJc,15163
|
|
123
|
+
nv_ingest-2025.12.11.dev20251211.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
124
|
+
nv_ingest-2025.12.11.dev20251211.dist-info/top_level.txt,sha256=sjb0ajIsgn3YgftSjZHlYO0HjYAIIhNuXG_AmywCvaU,10
|
|
125
|
+
nv_ingest-2025.12.11.dev20251211.dist-info/RECORD,,
|
{nv_ingest-2025.12.9.dev20251209.dist-info → nv_ingest-2025.12.11.dev20251211.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|