mixpeek 0.7.0__tar.gz → 0.7.1__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.1
2
2
  Name: mixpeek
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Mixpeek Python SDK
5
5
  Home-page: https://github.com/mixpeek/mixpeek-python
6
6
  Author: Ethan Steininger
@@ -233,8 +233,6 @@ response = client.collections.delete_collection(collection_id="collection_id")
233
233
 
234
234
  - `collection_id` (str): The ID of the collection to delete.
235
235
 
236
- Certainly! I'll update the README to include information about the `tools` service, specifically the video processing functionality. Here's the addition to the README:
237
-
238
236
  ### Tools
239
237
 
240
238
  The `tools` module provides utility functions for processing various types of data before embedding or indexing.
@@ -216,8 +216,6 @@ response = client.collections.delete_collection(collection_id="collection_id")
216
216
 
217
217
  - `collection_id` (str): The ID of the collection to delete.
218
218
 
219
- Certainly! I'll update the README to include information about the `tools` service, specifically the video processing functionality. Here's the addition to the README:
220
-
221
219
  ### Tools
222
220
 
223
221
  The `tools` module provides utility functions for processing various types of data before embedding or indexing.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mixpeek
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Mixpeek Python SDK
5
5
  Home-page: https://github.com/mixpeek/mixpeek-python
6
6
  Author: Ethan Steininger
@@ -233,8 +233,6 @@ response = client.collections.delete_collection(collection_id="collection_id")
233
233
 
234
234
  - `collection_id` (str): The ID of the collection to delete.
235
235
 
236
- Certainly! I'll update the README to include information about the `tools` service, specifically the video processing functionality. Here's the addition to the README:
237
-
238
236
  ### Tools
239
237
 
240
238
  The `tools` module provides utility functions for processing various types of data before embedding or indexing.
@@ -6,7 +6,7 @@ with open('requirements.txt') as f:
6
6
 
7
7
  setup(
8
8
  name='mixpeek',
9
- version='0.7.0',
9
+ version='0.7.1',
10
10
  author='Ethan Steininger',
11
11
  author_email='ethan@mixpeek.com',
12
12
  description='Mixpeek Python SDK',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes