rapidata 2.24.1__py3-none-any.whl → 2.24.2__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 rapidata might be problematic. Click here for more details.
- rapidata/rapidata_client/order/_rapidata_dataset.py +0 -9
- {rapidata-2.24.1.dist-info → rapidata-2.24.2.dist-info}/METADATA +1 -1
- {rapidata-2.24.1.dist-info → rapidata-2.24.2.dist-info}/RECORD +5 -5
- {rapidata-2.24.1.dist-info → rapidata-2.24.2.dist-info}/LICENSE +0 -0
- {rapidata-2.24.1.dist-info → rapidata-2.24.2.dist-info}/WHEEL +0 -0
|
@@ -69,9 +69,6 @@ class RapidataDataset:
|
|
|
69
69
|
|
|
70
70
|
upload_response = self.openapi_service.dataset_api.dataset_dataset_id_datapoints_texts_post(dataset_id=self.dataset_id, create_datapoint_from_text_sources_model=model)
|
|
71
71
|
|
|
72
|
-
if upload_response.errors:
|
|
73
|
-
raise ValueError(f"Error uploading text datapoint: {upload_response.errors}")
|
|
74
|
-
|
|
75
72
|
total_uploads = len(text_assets)
|
|
76
73
|
with ThreadPoolExecutor(max_workers=max_workers) as executor:
|
|
77
74
|
futures = [
|
|
@@ -153,12 +150,6 @@ class RapidataDataset:
|
|
|
153
150
|
sortIndex=index
|
|
154
151
|
),
|
|
155
152
|
)
|
|
156
|
-
|
|
157
|
-
if upload_response.errors:
|
|
158
|
-
error_msg = f"Error uploading datapoint: {upload_response.errors}"
|
|
159
|
-
logger.error(error_msg)
|
|
160
|
-
local_failed.extend(identifiers_to_track)
|
|
161
|
-
raise ValueError(error_msg)
|
|
162
153
|
|
|
163
154
|
local_successful.extend(identifiers_to_track)
|
|
164
155
|
|
|
@@ -469,7 +469,7 @@ rapidata/rapidata_client/metadata/_prompt_metadata.py,sha256=ecycAq_t2HCEptxgNxy
|
|
|
469
469
|
rapidata/rapidata_client/metadata/_public_text_metadata.py,sha256=uXavDp1ucy_9u5n0girqWD_SkFr7tplGMK_2aqyyHIA,529
|
|
470
470
|
rapidata/rapidata_client/metadata/_select_words_metadata.py,sha256=-MK5yQDi_G3BKEes6aaVyCcobB-sEy29b6bfo5f4pic,594
|
|
471
471
|
rapidata/rapidata_client/order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
472
|
-
rapidata/rapidata_client/order/_rapidata_dataset.py,sha256=
|
|
472
|
+
rapidata/rapidata_client/order/_rapidata_dataset.py,sha256=f09QfLvCmjTUEhZUOtduSXK-b1h_w1PxueTKrijVq5E,19815
|
|
473
473
|
rapidata/rapidata_client/order/_rapidata_order_builder.py,sha256=x-2lpW6Jwlq-9XRz91beWNv2TgdEA-q4b_RhOSr7vhQ,14405
|
|
474
474
|
rapidata/rapidata_client/order/rapidata_order.py,sha256=qloZIWNHG0790WOHMRzqQHcjOgpnFtJNFU1XIlWH0pE,11689
|
|
475
475
|
rapidata/rapidata_client/order/rapidata_order_manager.py,sha256=z2yvthD9kXTR2K7odd1DyobHDIEA_eiVN6bVU7HFA30,36529
|
|
@@ -524,7 +524,7 @@ rapidata/service/__init__.py,sha256=s9bS1AJZaWIhLtJX_ZA40_CK39rAAkwdAmymTMbeWl4,
|
|
|
524
524
|
rapidata/service/credential_manager.py,sha256=FAH9PJreDAw3G9cJ_iwzvz99s9RnFDrxxV0BHb2VYAI,8698
|
|
525
525
|
rapidata/service/local_file_service.py,sha256=pgorvlWcx52Uh3cEG6VrdMK_t__7dacQ_5AnfY14BW8,877
|
|
526
526
|
rapidata/service/openapi_service.py,sha256=J07TB4P3cz9KCU7k_fwuMQwGXlq_nJx_m1_xHbZoCg0,4867
|
|
527
|
-
rapidata-2.24.
|
|
528
|
-
rapidata-2.24.
|
|
529
|
-
rapidata-2.24.
|
|
530
|
-
rapidata-2.24.
|
|
527
|
+
rapidata-2.24.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
528
|
+
rapidata-2.24.2.dist-info/METADATA,sha256=wO0E54HgI_Ir2JNj4v3DfkKNBpqcYII7KU8VIFLeKW4,1228
|
|
529
|
+
rapidata-2.24.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
530
|
+
rapidata-2.24.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|