nv-ingest-client 2025.12.28.dev20251228__py3-none-any.whl → 2026.1.5.dev20260105__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_client/util/vdb/milvus.py +1 -1
- {nv_ingest_client-2025.12.28.dev20251228.dist-info → nv_ingest_client-2026.1.5.dev20260105.dist-info}/METADATA +1 -1
- {nv_ingest_client-2025.12.28.dev20251228.dist-info → nv_ingest_client-2026.1.5.dev20260105.dist-info}/RECORD +7 -7
- {nv_ingest_client-2025.12.28.dev20251228.dist-info → nv_ingest_client-2026.1.5.dev20260105.dist-info}/WHEEL +0 -0
- {nv_ingest_client-2025.12.28.dev20251228.dist-info → nv_ingest_client-2026.1.5.dev20260105.dist-info}/entry_points.txt +0 -0
- {nv_ingest_client-2025.12.28.dev20251228.dist-info → nv_ingest_client-2026.1.5.dev20260105.dist-info}/licenses/LICENSE +0 -0
- {nv_ingest_client-2025.12.28.dev20251228.dist-info → nv_ingest_client-2026.1.5.dev20260105.dist-info}/top_level.txt +0 -0
|
@@ -925,7 +925,7 @@ def wait_for_index(collection_name: str, expected_rows_dict: dict, client: Milvu
|
|
|
925
925
|
indexed_rows = client.describe_index(collection_name, index_name)["indexed_rows"]
|
|
926
926
|
time.sleep(1)
|
|
927
927
|
logger.info(f"Indexed rows, {collection_name}, {index_name} - {indexed_rows} / {rows_expected}")
|
|
928
|
-
if indexed_rows
|
|
928
|
+
if indexed_rows >= rows_expected:
|
|
929
929
|
break
|
|
930
930
|
# check if indexed_rows is staying the same, too many times means something is wrong
|
|
931
931
|
if indexed_rows == prev_indexed_rows:
|
|
@@ -47,11 +47,11 @@ nv_ingest_client/util/file_processing/extract.py,sha256=sJBfyv4N2P0-izN4RyCsnSDK
|
|
|
47
47
|
nv_ingest_client/util/vdb/__init__.py,sha256=ZmoEzeM9LzwwrVvu_DVUnjRNx-x8ahkNeIrSfSKzbAk,513
|
|
48
48
|
nv_ingest_client/util/vdb/adt_vdb.py,sha256=wT3LJMAy2VQu6daXhc3Pte4Ijs6jN-YP6B9-rnuH_FA,10868
|
|
49
49
|
nv_ingest_client/util/vdb/lancedb.py,sha256=mLykdOFkLC5-SpRvHAvt0do9rhyQDqy_H48D6hEtegw,10037
|
|
50
|
-
nv_ingest_client/util/vdb/milvus.py,sha256=
|
|
50
|
+
nv_ingest_client/util/vdb/milvus.py,sha256=bRjWMlF2WUh8jf5K1T8JxfWUFOtiWtw7qRrlY7ZL5SU,81329
|
|
51
51
|
nv_ingest_client/util/vdb/opensearch.py,sha256=I4FzF95VWCOkyzhfm-szdfK1Zd9ugUc8AxxpAdEMWGE,7538
|
|
52
|
-
nv_ingest_client-
|
|
53
|
-
nv_ingest_client-
|
|
54
|
-
nv_ingest_client-
|
|
55
|
-
nv_ingest_client-
|
|
56
|
-
nv_ingest_client-
|
|
57
|
-
nv_ingest_client-
|
|
52
|
+
nv_ingest_client-2026.1.5.dev20260105.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
53
|
+
nv_ingest_client-2026.1.5.dev20260105.dist-info/METADATA,sha256=ynbTKTsUeoe18HVPo4nRucYZDd3GsUOgfoyhA5O89s8,30656
|
|
54
|
+
nv_ingest_client-2026.1.5.dev20260105.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
55
|
+
nv_ingest_client-2026.1.5.dev20260105.dist-info/entry_points.txt,sha256=3uQVZkTZIjO08_bjTV-g0CDF5H1nrP1zWXU9gJOweuI,137
|
|
56
|
+
nv_ingest_client-2026.1.5.dev20260105.dist-info/top_level.txt,sha256=1eMhBFD3SiWmpXnod2LM66C1HrSLSk96ninZi5XX-cE,17
|
|
57
|
+
nv_ingest_client-2026.1.5.dev20260105.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|