erioon 0.0.9__py3-none-any.whl → 0.1.0__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.
- erioon/collection.py +3 -2
- {erioon-0.0.9.dist-info → erioon-0.1.0.dist-info}/METADATA +1 -1
- {erioon-0.0.9.dist-info → erioon-0.1.0.dist-info}/RECORD +6 -6
- {erioon-0.0.9.dist-info → erioon-0.1.0.dist-info}/LICENSE +0 -0
- {erioon-0.0.9.dist-info → erioon-0.1.0.dist-info}/WHEEL +0 -0
- {erioon-0.0.9.dist-info → erioon-0.1.0.dist-info}/top_level.txt +0 -0
erioon/collection.py
CHANGED
@@ -236,6 +236,7 @@ class Collection:
|
|
236
236
|
"""
|
237
237
|
if self._is_read_only():
|
238
238
|
return self._read_only_response()
|
239
|
+
self._print_loading()
|
239
240
|
return handle_vector(
|
240
241
|
user_id_cont=self.user_id,
|
241
242
|
database=self.db_id,
|
@@ -257,7 +258,7 @@ class Collection:
|
|
257
258
|
"""
|
258
259
|
if self._is_read_only():
|
259
260
|
return self._read_only_response()
|
260
|
-
|
261
|
+
self._print_loading()
|
261
262
|
return handle_insert_many_vectors(
|
262
263
|
user_id_cont=self.user_id,
|
263
264
|
database=self.db_id,
|
@@ -278,7 +279,7 @@ class Collection:
|
|
278
279
|
"""
|
279
280
|
if self._is_read_only():
|
280
281
|
return self._read_only_response()
|
281
|
-
|
282
|
+
self._print_loading()
|
282
283
|
return handle_classify_vector(
|
283
284
|
user_id=self.user_id,
|
284
285
|
db_id=self.db_id,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
erioon/auth.py,sha256=McktLrdxsWVyxhiFuk0qFokx63RI1yB8_qP3Mo7uZCI,724
|
2
2
|
erioon/client.py,sha256=XUdktzV35uPq5dNAMXNN_1h3dva60p_qgJa-HOpzEOQ,6928
|
3
|
-
erioon/collection.py,sha256=
|
3
|
+
erioon/collection.py,sha256=EyNHpoOEBBMH29gMy51zzR338z2uI79kl0_ZB7laHpM,9700
|
4
4
|
erioon/create.py,sha256=ilx0e3urK0lfYiaM3CSUe3Bf3l7GhHuwZyz0Z6ij0ok,10202
|
5
5
|
erioon/database.py,sha256=hj5sgaEDXmItg4aeZlO3MP6_hV3jeS-d9qycEnw7xHQ,2449
|
6
6
|
erioon/delete.py,sha256=09fbO-0HKjSvTFqyGz5Oy8osz1EtniXVGI71sMCHNSs,10770
|
@@ -8,8 +8,8 @@ erioon/functions.py,sha256=LWrqslAok-l9QlMEynT-Pvksy5hwkogWoeK5rJf464A,12479
|
|
8
8
|
erioon/ping.py,sha256=BC0vZiane5YgCc07syZA5dKFcqbq1_Z8BUTmvIGRPcs,1829
|
9
9
|
erioon/read.py,sha256=kzzqqRuLtYmlniAnkd2xeWNZm4AwMQ2oAMcpKt6JhcQ,10580
|
10
10
|
erioon/update.py,sha256=E3d-dYJWh12bcAHx_vT9NFTscF__hViY3K9ZssN7At4,6060
|
11
|
-
erioon-0.0.
|
12
|
-
erioon-0.0.
|
13
|
-
erioon-0.0.
|
14
|
-
erioon-0.0.
|
15
|
-
erioon-0.0.
|
11
|
+
erioon-0.1.0.dist-info/LICENSE,sha256=xwnq3DNlZpQyteOK9HvtHRhMdYviXTTaCDljEodFRnQ,569
|
12
|
+
erioon-0.1.0.dist-info/METADATA,sha256=cH2iOTgGtxzOLYNqcIN1T-YcNqaAxvq9ATlGBsFQAEQ,715
|
13
|
+
erioon-0.1.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
14
|
+
erioon-0.1.0.dist-info/top_level.txt,sha256=yjKEg85X5Q5ot46IMML_xukvIGG5YfdrLWcemjalItc,7
|
15
|
+
erioon-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|