erioon 0.0.9__tar.gz → 0.1.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: erioon
3
- Version: 0.0.9
3
+ Version: 0.1.0
4
4
  Summary: Erioon SDF for Python
5
5
  Author: Zyber Pireci
6
6
  Author-email: zyber.pireci@erioon.com
@@ -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
  Metadata-Version: 2.2
2
2
  Name: erioon
3
- Version: 0.0.9
3
+ Version: 0.1.0
4
4
  Summary: Erioon SDF for Python
5
5
  Author: Zyber Pireci
6
6
  Author-email: zyber.pireci@erioon.com
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='erioon',
5
- version='0.0.9',
5
+ version='0.1.0',
6
6
  author='Zyber Pireci',
7
7
  author_email='zyber.pireci@erioon.com',
8
8
  description='Erioon SDF for Python',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes