nv-ingest-api 2025.5.15.dev20250515__py3-none-any.whl → 2025.5.16.dev20250516__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.

@@ -104,7 +104,7 @@ class IngestTaskDedupSchema(BaseModelNoExt):
104
104
 
105
105
  class IngestTaskEmbedSchema(BaseModelNoExt):
106
106
  endpoint_url: Optional[str] = None
107
- embedding_model_name: Optional[str] = None
107
+ model_name: Optional[str] = None
108
108
  api_key: Optional[str] = None
109
109
  filter_errors: bool = False
110
110
 
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
15
15
  class TextEmbeddingSchema(BaseModel):
16
16
  api_key: str = Field(default="api_key")
17
17
  batch_size: int = Field(default=4)
18
- embedding_model: str = Field(default="nvidia/nv-embedqa-e5-v5")
18
+ embedding_model: str = Field(default="nvidia/llama-3.2-nv-embedqa-1b-v2")
19
19
  embedding_nim_endpoint: str = Field(default="http://embedding:8000/v1")
20
20
  encoding_format: str = Field(default="float")
21
21
  httpx_log_level: LogLevel = Field(default=LogLevel.WARNING)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nv-ingest-api
3
- Version: 2025.5.15.dev20250515
3
+ Version: 2025.5.16.dev20250516
4
4
  Summary: Python module with core document ingestion functions.
5
5
  Author-email: Jeremy Dyer <jdyer@nvidia.com>
6
6
  License: Apache License
@@ -79,7 +79,7 @@ nv_ingest_api/internal/schemas/message_brokers/request_schema.py,sha256=LZX_wXDx
79
79
  nv_ingest_api/internal/schemas/message_brokers/response_schema.py,sha256=4b275HlzBSzpmuE2wdoeaGKPCdKki3wuWldtRIfrj8w,727
80
80
  nv_ingest_api/internal/schemas/meta/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
81
81
  nv_ingest_api/internal/schemas/meta/base_model_noext.py,sha256=8hXU1uuiqZ6t8EsoZ8vlC5EFf2zSZrKEX133FcfZMwI,316
82
- nv_ingest_api/internal/schemas/meta/ingest_job_schema.py,sha256=xdxwfXFjXbHn3yu_7oxELQO6h5udEXViAWPSst8QpTU,8093
82
+ nv_ingest_api/internal/schemas/meta/ingest_job_schema.py,sha256=pkMOKIyfAmVcimqZ-zDXngW_lzYxdXYHv8C8cdduUvA,8083
83
83
  nv_ingest_api/internal/schemas/meta/metadata_schema.py,sha256=_FAE-yeb01hxq05SXrV3NLM4DPUPSfnIbH6ZMliWsEg,6625
84
84
  nv_ingest_api/internal/schemas/mutate/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
85
85
  nv_ingest_api/internal/schemas/mutate/mutate_image_dedup_schema.py,sha256=k1JOdlPPpsipc0XhHf-9YxJ_-W0HvpVE1ZhYmr7fzj0,395
@@ -89,7 +89,7 @@ nv_ingest_api/internal/schemas/store/store_image_schema.py,sha256=p2LGij9i6sG6RY
89
89
  nv_ingest_api/internal/schemas/transform/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
90
90
  nv_ingest_api/internal/schemas/transform/transform_image_caption_schema.py,sha256=xLxXJsm8QeaL7KPe7m5sP2rd_AuNRMX29rdeVdoei3Y,582
91
91
  nv_ingest_api/internal/schemas/transform/transform_image_filter_schema.py,sha256=31ThI5fr0yyENeJeE1xMAA-pxk1QVJLwM842zMate_k,429
92
- nv_ingest_api/internal/schemas/transform/transform_text_embedding_schema.py,sha256=vB7g5sJ3r3g7xxGWPbSECqhTdPCz9-T-Ng3iGy7N5x8,875
92
+ nv_ingest_api/internal/schemas/transform/transform_text_embedding_schema.py,sha256=ongmHkJA2953f9_RI7ZYzf5BUnFzVL6Al5E8WKyfgw4,885
93
93
  nv_ingest_api/internal/schemas/transform/transform_text_splitter_schema.py,sha256=D9K8tvu-tkEBQkZo7uuRzgrHdGyM3ZcNycHbHy5HV2E,791
94
94
  nv_ingest_api/internal/store/__init__.py,sha256=wQSlVx3T14ZgQAt-EPzEczQusXVW0W8yynnUaFFGE3s,143
95
95
  nv_ingest_api/internal/store/embed_text_upload.py,sha256=maxb4FPsBvWgvlrjAPEBlRZEFdJX5NxPG-p8kUbzV7I,9898
@@ -147,8 +147,8 @@ nv_ingest_api/util/service_clients/rest/rest_client.py,sha256=dZ-jrk7IK7oNtHoXFS
147
147
  nv_ingest_api/util/string_processing/__init__.py,sha256=mkwHthyS-IILcLcL1tJYeF6mpqX3pxEw5aUzDGjTSeU,1411
148
148
  nv_ingest_api/util/system/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
149
  nv_ingest_api/util/system/hardware_info.py,sha256=ORZeKpH9kSGU_vuPhyBwkIiMyCViKUX2CP__MCjrfbU,19463
150
- nv_ingest_api-2025.5.15.dev20250515.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
151
- nv_ingest_api-2025.5.15.dev20250515.dist-info/METADATA,sha256=-TkJaHgTLZNZ1V-lETd5cefk6zp73lIALM3kySY8Kmg,13889
152
- nv_ingest_api-2025.5.15.dev20250515.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
153
- nv_ingest_api-2025.5.15.dev20250515.dist-info/top_level.txt,sha256=abjYMlTJGoG5tOdfIB-IWvLyKclw6HLaRSc8MxX4X6I,14
154
- nv_ingest_api-2025.5.15.dev20250515.dist-info/RECORD,,
150
+ nv_ingest_api-2025.5.16.dev20250516.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
151
+ nv_ingest_api-2025.5.16.dev20250516.dist-info/METADATA,sha256=hmBwy3Vk0ZoC6eSgpHhHS6dXuqdPLm_RQfEPY5sVAQQ,13889
152
+ nv_ingest_api-2025.5.16.dev20250516.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
153
+ nv_ingest_api-2025.5.16.dev20250516.dist-info/top_level.txt,sha256=abjYMlTJGoG5tOdfIB-IWvLyKclw6HLaRSc8MxX4X6I,14
154
+ nv_ingest_api-2025.5.16.dev20250516.dist-info/RECORD,,