nv-ingest-api 2025.10.22.dev20251022__py3-none-any.whl → 2025.10.24.dev20251024__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-api might be problematic. Click here for more details.

@@ -352,6 +352,15 @@ class MetadataSchema(BaseModelNoExt):
352
352
  raise_on_failure: bool = False
353
353
  """If True, indicates that processing should halt on failure."""
354
354
 
355
+ total_pages: Optional[int] = None
356
+ """Total number of pages in the source document (V2 API)."""
357
+
358
+ original_source_id: Optional[str] = None
359
+ """The original source identifier before any splitting or chunking (V2 API)."""
360
+
361
+ original_source_name: Optional[str] = None
362
+ """The original source name before any splitting or chunking (V2 API)."""
363
+
355
364
  custom_content: Optional[Dict[str, Any]] = None
356
365
 
357
366
  @model_validator(mode="before")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nv-ingest-api
3
- Version: 2025.10.22.dev20251022
3
+ Version: 2025.10.24.dev20251024
4
4
  Summary: Python module with core document ingestion functions.
5
5
  Author-email: Jeremy Dyer <jdyer@nvidia.com>
6
6
  License: Apache License
@@ -85,7 +85,7 @@ nv_ingest_api/internal/schemas/message_brokers/response_schema.py,sha256=4b275Hl
85
85
  nv_ingest_api/internal/schemas/meta/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
86
86
  nv_ingest_api/internal/schemas/meta/base_model_noext.py,sha256=8hXU1uuiqZ6t8EsoZ8vlC5EFf2zSZrKEX133FcfZMwI,316
87
87
  nv_ingest_api/internal/schemas/meta/ingest_job_schema.py,sha256=oPBoukRAnLW8BH6iKB0A_WIdewi_Go0NlxrakBwnswo,10782
88
- nv_ingest_api/internal/schemas/meta/metadata_schema.py,sha256=FDD6yq-QxW8yDwn0Bq6bmWakX41ABMn3cytrvCbT-Po,11961
88
+ nv_ingest_api/internal/schemas/meta/metadata_schema.py,sha256=nHS2PwYE7YwuTUotvUd0hP8a-5f9uefy6_G3mMH4UyQ,12321
89
89
  nv_ingest_api/internal/schemas/meta/udf.py,sha256=GgzqbZOlipQgMpDhbXLqbF8xrHenj_hMNqhR_P-1ynw,779
90
90
  nv_ingest_api/internal/schemas/mutate/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
91
91
  nv_ingest_api/internal/schemas/mutate/mutate_image_dedup_schema.py,sha256=k1JOdlPPpsipc0XhHf-9YxJ_-W0HvpVE1ZhYmr7fzj0,395
@@ -164,10 +164,10 @@ nv_ingest_api/util/string_processing/configuration.py,sha256=2HS08msccuPCT0fn_jf
164
164
  nv_ingest_api/util/string_processing/yaml.py,sha256=4Zdmc4474lUZn6kznqaNTlQJwsmRnnJQZ-DvAWLu-zo,2678
165
165
  nv_ingest_api/util/system/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
166
  nv_ingest_api/util/system/hardware_info.py,sha256=1UFM8XE6M3pgQcpbVsCsqDQ7Dj-zzptL-XRE-DEu9UA,27213
167
- nv_ingest_api-2025.10.22.dev20251022.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
167
+ nv_ingest_api-2025.10.24.dev20251024.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
168
168
  udfs/__init__.py,sha256=pXFqPgXIUqHDfj7SAR1Q19tt8KwGv_iMvhHyziz4AYM,205
169
169
  udfs/llm_summarizer_udf.py,sha256=lH5c5NHoT-5ecHC3og_40u1Ujta8SpsKU4X0e4wzbMU,7314
170
- nv_ingest_api-2025.10.22.dev20251022.dist-info/METADATA,sha256=9jclHjRLT8xYChU2Ct-n7w689SsqN9Q7XQe-WHmypDs,14086
171
- nv_ingest_api-2025.10.22.dev20251022.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
172
- nv_ingest_api-2025.10.22.dev20251022.dist-info/top_level.txt,sha256=I1lseG9FF0CH93SPx4kFblsxFuv190cfzaas_CLNIiw,19
173
- nv_ingest_api-2025.10.22.dev20251022.dist-info/RECORD,,
170
+ nv_ingest_api-2025.10.24.dev20251024.dist-info/METADATA,sha256=FKGBQRObv5eERlms_bc2fhTkfCydTLVEZeMuhVts-WE,14086
171
+ nv_ingest_api-2025.10.24.dev20251024.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
172
+ nv_ingest_api-2025.10.24.dev20251024.dist-info/top_level.txt,sha256=I1lseG9FF0CH93SPx4kFblsxFuv190cfzaas_CLNIiw,19
173
+ nv_ingest_api-2025.10.24.dev20251024.dist-info/RECORD,,