nv-ingest-client 2025.8.7.dev20250807__py3-none-any.whl → 2025.8.8.dev20250808__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-client might be problematic. Click here for more details.
- nv_ingest_client/util/vdb/milvus.py +7 -6
- {nv_ingest_client-2025.8.7.dev20250807.dist-info → nv_ingest_client-2025.8.8.dev20250808.dist-info}/METADATA +1 -1
- {nv_ingest_client-2025.8.7.dev20250807.dist-info → nv_ingest_client-2025.8.8.dev20250808.dist-info}/RECORD +7 -7
- {nv_ingest_client-2025.8.7.dev20250807.dist-info → nv_ingest_client-2025.8.8.dev20250808.dist-info}/WHEEL +0 -0
- {nv_ingest_client-2025.8.7.dev20250807.dist-info → nv_ingest_client-2025.8.8.dev20250808.dist-info}/entry_points.txt +0 -0
- {nv_ingest_client-2025.8.7.dev20250807.dist-info → nv_ingest_client-2025.8.8.dev20250808.dist-info}/licenses/LICENSE +0 -0
- {nv_ingest_client-2025.8.7.dev20250807.dist-info → nv_ingest_client-2025.8.8.dev20250808.dist-info}/top_level.txt +0 -0
|
@@ -729,7 +729,7 @@ def write_records_minio(records, writer: RemoteBulkWriter) -> RemoteBulkWriter:
|
|
|
729
729
|
for element in records:
|
|
730
730
|
writer.append_row(element)
|
|
731
731
|
writer.commit()
|
|
732
|
-
|
|
732
|
+
logger.debug(f"Wrote data to: {writer.batch_files}")
|
|
733
733
|
return writer
|
|
734
734
|
|
|
735
735
|
|
|
@@ -757,9 +757,10 @@ def bulk_insert_milvus(
|
|
|
757
757
|
|
|
758
758
|
connections.connect(uri=milvus_uri)
|
|
759
759
|
t_bulk_start = time.time()
|
|
760
|
+
files_to_upload = [_file for file_set in writer.batch_files for _file in file_set]
|
|
760
761
|
task_id = utility.do_bulk_insert(
|
|
761
762
|
collection_name=collection_name,
|
|
762
|
-
files=
|
|
763
|
+
files=files_to_upload,
|
|
763
764
|
consistency_level=CONSISTENCY,
|
|
764
765
|
)
|
|
765
766
|
# list_bulk_insert_tasks = utility.list_bulk_insert_tasks(collection_name=collection_name)
|
|
@@ -769,11 +770,11 @@ def bulk_insert_milvus(
|
|
|
769
770
|
state = task.state_name
|
|
770
771
|
if state == "Completed":
|
|
771
772
|
t_bulk_end = time.time()
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
773
|
+
logger.info("Start time:", task.create_time_str)
|
|
774
|
+
logger.info("Imported row count:", task.row_count)
|
|
775
|
+
logger.info(f"Bulk {collection_name} upload took {t_bulk_end - t_bulk_start} s")
|
|
775
776
|
if task.state == BulkInsertState.ImportFailed:
|
|
776
|
-
|
|
777
|
+
logger.error("Failed reason:", task.failed_reason)
|
|
777
778
|
time.sleep(1)
|
|
778
779
|
|
|
779
780
|
|
|
@@ -44,11 +44,11 @@ nv_ingest_client/util/file_processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
44
44
|
nv_ingest_client/util/file_processing/extract.py,sha256=uXEATBYZXjxdymGTNQvvzDD2eHgpuq4PdU6HsMl0Lp0,4662
|
|
45
45
|
nv_ingest_client/util/vdb/__init__.py,sha256=ZmoEzeM9LzwwrVvu_DVUnjRNx-x8ahkNeIrSfSKzbAk,513
|
|
46
46
|
nv_ingest_client/util/vdb/adt_vdb.py,sha256=UubzAMSfyrqqpD-OQErpBs25hC2Mw8zGZ4waenGXPOk,515
|
|
47
|
-
nv_ingest_client/util/vdb/milvus.py,sha256=
|
|
47
|
+
nv_ingest_client/util/vdb/milvus.py,sha256=uVgCTjg-Njz9Lq_sURNlZEky4KtdapxPr6a5Ug6vCmo,73511
|
|
48
48
|
nv_ingest_client/util/vdb/opensearch.py,sha256=I4FzF95VWCOkyzhfm-szdfK1Zd9ugUc8AxxpAdEMWGE,7538
|
|
49
|
-
nv_ingest_client-2025.8.
|
|
50
|
-
nv_ingest_client-2025.8.
|
|
51
|
-
nv_ingest_client-2025.8.
|
|
52
|
-
nv_ingest_client-2025.8.
|
|
53
|
-
nv_ingest_client-2025.8.
|
|
54
|
-
nv_ingest_client-2025.8.
|
|
49
|
+
nv_ingest_client-2025.8.8.dev20250808.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
50
|
+
nv_ingest_client-2025.8.8.dev20250808.dist-info/METADATA,sha256=R26r2mvtfpC_WIubq7y8CBV-jt_lnlOGfSg5a4e6LU4,30736
|
|
51
|
+
nv_ingest_client-2025.8.8.dev20250808.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
52
|
+
nv_ingest_client-2025.8.8.dev20250808.dist-info/entry_points.txt,sha256=3uQVZkTZIjO08_bjTV-g0CDF5H1nrP1zWXU9gJOweuI,137
|
|
53
|
+
nv_ingest_client-2025.8.8.dev20250808.dist-info/top_level.txt,sha256=1eMhBFD3SiWmpXnod2LM66C1HrSLSk96ninZi5XX-cE,17
|
|
54
|
+
nv_ingest_client-2025.8.8.dev20250808.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|