nv-ingest-api 2025.8.3.dev20250803__py3-none-any.whl → 2025.8.5.dev20250805__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/internal/transform/embed_text.py +4 -2
- {nv_ingest_api-2025.8.3.dev20250803.dist-info → nv_ingest_api-2025.8.5.dev20250805.dist-info}/METADATA +1 -1
- {nv_ingest_api-2025.8.3.dev20250803.dist-info → nv_ingest_api-2025.8.5.dev20250805.dist-info}/RECORD +6 -6
- {nv_ingest_api-2025.8.3.dev20250803.dist-info → nv_ingest_api-2025.8.5.dev20250805.dist-info}/WHEEL +0 -0
- {nv_ingest_api-2025.8.3.dev20250803.dist-info → nv_ingest_api-2025.8.5.dev20250805.dist-info}/licenses/LICENSE +0 -0
- {nv_ingest_api-2025.8.3.dev20250803.dist-info → nv_ingest_api-2025.8.5.dev20250805.dist-info}/top_level.txt +0 -0
|
@@ -367,8 +367,10 @@ def _get_pandas_image_content(row, modality="text"):
|
|
|
367
367
|
image = row.get("content")
|
|
368
368
|
content = _format_text_image_pair_input_string(text, image)
|
|
369
369
|
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
if subtype == "page_image":
|
|
371
|
+
# A workaround to save memory for full page images.
|
|
372
|
+
row["content"] = ""
|
|
373
|
+
|
|
372
374
|
return content
|
|
373
375
|
|
|
374
376
|
|
{nv_ingest_api-2025.8.3.dev20250803.dist-info → nv_ingest_api-2025.8.5.dev20250805.dist-info}/RECORD
RENAMED
|
@@ -99,7 +99,7 @@ nv_ingest_api/internal/store/embed_text_upload.py,sha256=maxb4FPsBvWgvlrjAPEBlRZ
|
|
|
99
99
|
nv_ingest_api/internal/store/image_upload.py,sha256=GNlY4k3pfcHv3lzXxkbmGLeHFsf9PI25bkBn6Xn9h3I,9654
|
|
100
100
|
nv_ingest_api/internal/transform/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
101
101
|
nv_ingest_api/internal/transform/caption_image.py,sha256=0ILCG2F8ESqKtZiPUM-6F1BHUflFZ76Dzi2GNzkE-lU,8517
|
|
102
|
-
nv_ingest_api/internal/transform/embed_text.py,sha256=
|
|
102
|
+
nv_ingest_api/internal/transform/embed_text.py,sha256=pVM9gULOrVf3IJrpFDZH0X7lWQbr4BTbrLG3LXp_G7s,20095
|
|
103
103
|
nv_ingest_api/internal/transform/split_text.py,sha256=LAtInGVuydH43UwjNMQWFVC1A6NdhXP_dZup2xX4qEo,7745
|
|
104
104
|
nv_ingest_api/util/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
|
|
105
105
|
nv_ingest_api/util/control_message/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -153,8 +153,8 @@ nv_ingest_api/util/service_clients/rest/rest_client.py,sha256=dZ-jrk7IK7oNtHoXFS
|
|
|
153
153
|
nv_ingest_api/util/string_processing/__init__.py,sha256=mkwHthyS-IILcLcL1tJYeF6mpqX3pxEw5aUzDGjTSeU,1411
|
|
154
154
|
nv_ingest_api/util/system/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
155
155
|
nv_ingest_api/util/system/hardware_info.py,sha256=ORZeKpH9kSGU_vuPhyBwkIiMyCViKUX2CP__MCjrfbU,19463
|
|
156
|
-
nv_ingest_api-2025.8.
|
|
157
|
-
nv_ingest_api-2025.8.
|
|
158
|
-
nv_ingest_api-2025.8.
|
|
159
|
-
nv_ingest_api-2025.8.
|
|
160
|
-
nv_ingest_api-2025.8.
|
|
156
|
+
nv_ingest_api-2025.8.5.dev20250805.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
157
|
+
nv_ingest_api-2025.8.5.dev20250805.dist-info/METADATA,sha256=xxWjVI5y6aDvdRROmn4Vk5uS3bDgARqCf6of5C88JM4,13946
|
|
158
|
+
nv_ingest_api-2025.8.5.dev20250805.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
159
|
+
nv_ingest_api-2025.8.5.dev20250805.dist-info/top_level.txt,sha256=abjYMlTJGoG5tOdfIB-IWvLyKclw6HLaRSc8MxX4X6I,14
|
|
160
|
+
nv_ingest_api-2025.8.5.dev20250805.dist-info/RECORD,,
|
{nv_ingest_api-2025.8.3.dev20250803.dist-info → nv_ingest_api-2025.8.5.dev20250805.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|