indexify 0.2.1__py3-none-any.whl → 0.2.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.
indexify/local_client.py CHANGED
@@ -49,7 +49,7 @@ class LocalClient(IndexifyClient):
49
49
  serializer = get_serializer(
50
50
  g.get_function(k).indexify_function.payload_encoder
51
51
  )
52
- self._accumulators[k] = IndexifyData(payload=serializer.deserialize(v))
52
+ self._accumulators[k] = IndexifyData(payload=serializer.serialize(v))
53
53
  self._results[input.id] = outputs
54
54
  self._run(g, input, outputs)
55
55
  return input.id
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: indexify
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Python Client for Indexify
5
5
  Home-page: https://github.com/tensorlakeai/indexify
6
6
  License: Apache 2.0
@@ -23,11 +23,11 @@ indexify/functions_sdk/image.py,sha256=euuz2QTZQoS-JmwnPmWJ8lfIgKzrSEsfkUc2qU26x
23
23
  indexify/functions_sdk/indexify_functions.py,sha256=xxgvnw0MQ_csIksunIdero8be0PR4mfwgoHp3UlkMZU,5851
24
24
  indexify/functions_sdk/local_cache.py,sha256=cNWF67zbhbTJe3g86hyLBy3Rqzs6dNvp2SjLazGZWvw,1348
25
25
  indexify/functions_sdk/object_serializer.py,sha256=Zz4GobW3ZamBBtFDF76QxU3TP6oJNdWnhsfKd0OUFoc,1660
26
- indexify/local_client.py,sha256=9wPYHjG516ZX6q5sPj5Pnn9C-Fi0sghYiLaNMe7LPPk,7220
26
+ indexify/local_client.py,sha256=zNEoRhIx0v8BqWDP4NJiuxkP2RctjkLZInegEj07iSo,7218
27
27
  indexify/remote_client.py,sha256=oKgTqLbIxQVDqkMjQmNCOOEIM156UeYMC1jDWWSqBAQ,12297
28
28
  indexify/settings.py,sha256=LSaWZ0ADIVmUv6o6dHWRC3-Ry5uLbCw2sBSg1e_U7UM,99
29
- indexify-0.2.1.dist-info/LICENSE.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
30
- indexify-0.2.1.dist-info/METADATA,sha256=ZwqwbjyxS8vszZH5L_X_1zNJM9OyAr-B0ezxpUDeLJo,6129
31
- indexify-0.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
- indexify-0.2.1.dist-info/entry_points.txt,sha256=Pih7WV-XMpAzI5dEvROcpLr-ybVhd9Y-AtuzBKUdcDs,49
33
- indexify-0.2.1.dist-info/RECORD,,
29
+ indexify-0.2.2.dist-info/LICENSE.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
30
+ indexify-0.2.2.dist-info/METADATA,sha256=Yi3wagpXcgNpjV5mAZ8V2qPQMIi79UmYuu6oD1fv7VM,6129
31
+ indexify-0.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
32
+ indexify-0.2.2.dist-info/entry_points.txt,sha256=Pih7WV-XMpAzI5dEvROcpLr-ybVhd9Y-AtuzBKUdcDs,49
33
+ indexify-0.2.2.dist-info/RECORD,,