nv-ingest 25.8.0rc8__py3-none-any.whl → 25.9.0__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.
- nv_ingest/api/main.py +1 -1
- {nv_ingest-25.8.0rc8.dist-info → nv_ingest-25.9.0.dist-info}/METADATA +3 -2
- {nv_ingest-25.8.0rc8.dist-info → nv_ingest-25.9.0.dist-info}/RECORD +6 -6
- {nv_ingest-25.8.0rc8.dist-info → nv_ingest-25.9.0.dist-info}/WHEEL +0 -0
- {nv_ingest-25.8.0rc8.dist-info → nv_ingest-25.9.0.dist-info}/licenses/LICENSE +0 -0
- {nv_ingest-25.8.0rc8.dist-info → nv_ingest-25.9.0.dist-info}/top_level.txt +0 -0
nv_ingest/api/main.py
CHANGED
|
@@ -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
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
nv_ingest/__init__.py,sha256=vJLPeuxiIHqbxXPJSu9qe3MS-GPavbOUExyRq83DxxM,895
|
|
2
2
|
nv_ingest/version.py,sha256=MG7DxlzpnoJI56vqxwzs9WeMAEI3uPhfDiNLs6GN6wI,986
|
|
3
3
|
nv_ingest/api/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
4
|
-
nv_ingest/api/main.py,sha256=
|
|
4
|
+
nv_ingest/api/main.py,sha256=tWDumwuoQtHDFxDAhWaJ1Vb41-FDL7nxLFD_yZGBE9M,1603
|
|
5
5
|
nv_ingest/api/v1/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
6
6
|
nv_ingest/api/v1/health.py,sha256=pV-RoVq5y0iBPp0qZoLzd1xKpd0JiHAi0UMyMj99LqU,4740
|
|
7
7
|
nv_ingest/api/v1/ingest.py,sha256=LWk3LN4lBd3uO8h30EN42g3LHCVcO00avVd5ohVK7NI,19392
|
|
@@ -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.
|
|
101
|
-
nv_ingest-25.
|
|
102
|
-
nv_ingest-25.
|
|
103
|
-
nv_ingest-25.
|
|
104
|
-
nv_ingest-25.
|
|
100
|
+
nv_ingest-25.9.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
101
|
+
nv_ingest-25.9.0.dist-info/METADATA,sha256=eKxHCMxtJj2MAcKmyY16Xyt09uE_eWHsmsfoSyRFcQA,15083
|
|
102
|
+
nv_ingest-25.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
103
|
+
nv_ingest-25.9.0.dist-info/top_level.txt,sha256=sjb0ajIsgn3YgftSjZHlYO0HjYAIIhNuXG_AmywCvaU,10
|
|
104
|
+
nv_ingest-25.9.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|