mixpeek 0.1.1__tar.gz → 0.1.2__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.
Files changed (176) hide show
  1. {mixpeek-0.1.1 → mixpeek-0.1.2}/PKG-INFO +71 -73
  2. {mixpeek-0.1.1 → mixpeek-0.1.2}/README-PYPI.md +68 -72
  3. {mixpeek-0.1.1 → mixpeek-0.1.2}/pyproject.toml +2 -1
  4. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/_version.py +1 -1
  5. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/__init__.py +1 -8
  6. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/namespaceresponse.py +3 -11
  7. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/sdkconfiguration.py +2 -2
  8. {mixpeek-0.1.1 → mixpeek-0.1.2}/py.typed +0 -0
  9. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/__init__.py +0 -0
  10. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/_hooks/__init__.py +0 -0
  11. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/_hooks/registration.py +0 -0
  12. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  13. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/_hooks/types.py +0 -0
  14. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/assets.py +0 -0
  15. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/basesdk.py +0 -0
  16. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/collections.py +0 -0
  17. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/featureextractors.py +0 -0
  18. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/features.py +0 -0
  19. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/health.py +0 -0
  20. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/httpclient.py +0 -0
  21. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/ingest.py +0 -0
  22. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/interactions.py +0 -0
  23. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/actionusage.py +0 -0
  24. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/apierror.py +0 -0
  25. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/apikey.py +0 -0
  26. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/apikeyupdate.py +0 -0
  27. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/assetfeatures.py +0 -0
  28. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/assetresponse.py +0 -0
  29. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/assets_model_searchquery.py +0 -0
  30. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/assetupdate.py +0 -0
  31. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/availableindexesresponse.py +0 -0
  32. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/availablemodels.py +0 -0
  33. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/boolindexparams.py +0 -0
  34. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/collectionmodel.py +0 -0
  35. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/collectionresult.py +0 -0
  36. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/create_api_key_organizations_users_user_email_api_keys_postop.py +0 -0
  37. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/create_collection_collections_postop.py +0 -0
  38. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/create_interaction_features_search_interactions_postop.py +0 -0
  39. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/createcollectionrequest.py +0 -0
  40. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/createnamespacerequest.py +0 -0
  41. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/datetimeindexparams.py +0 -0
  42. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/dateusage.py +0 -0
  43. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
  44. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/db_model_taskresponse.py +0 -0
  45. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/delete_api_key_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  46. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/delete_asset_assets_asset_id_deleteop.py +0 -0
  47. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/delete_collection_collections_collection_deleteop.py +0 -0
  48. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/delete_feature_features_feature_id_deleteop.py +0 -0
  49. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/delete_interaction_features_search_interactions_interaction_id_deleteop.py +0 -0
  50. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/delete_namespace_namespaces_namespace_deleteop.py +0 -0
  51. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/delete_user_organizations_users_user_email_deleteop.py +0 -0
  52. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/denseembedding.py +0 -0
  53. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/embeddingrequest.py +0 -0
  54. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/embeddingresponse.py +0 -0
  55. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/errormessage.py +0 -0
  56. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/errorresponse.py +0 -0
  57. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/facedetectsettings.py +0 -0
  58. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
  59. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/featureresponse.py +0 -0
  60. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
  61. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/featureupdaterequest.py +0 -0
  62. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/filtercondition.py +0 -0
  63. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/floatindexparams.py +0 -0
  64. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/full_asset_update_assets_asset_id_putop.py +0 -0
  65. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/full_feature_update_features_feature_id_putop.py +0 -0
  66. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/geoindexparams.py +0 -0
  67. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_asset_assets_asset_id_getop.py +0 -0
  68. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_asset_with_features_assets_asset_id_features_getop.py +0 -0
  69. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_collection_collections_collection_getop.py +0 -0
  70. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_feature_features_feature_id_getop.py +0 -0
  71. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_interaction_features_search_interactions_interaction_id_getop.py +0 -0
  72. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_namespace_namespaces_namespace_getop.py +0 -0
  73. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_task_tasks_task_id_getop.py +0 -0
  74. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/get_user_organizations_users_user_email_getop.py +0 -0
  75. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/groupbyoptions.py +0 -0
  76. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
  77. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/groupedassetdata.py +0 -0
  78. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/healthcheckresponse.py +0 -0
  79. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/httpvalidationerror.py +0 -0
  80. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/imagedescribesettings.py +0 -0
  81. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/imagedetectsettings.py +0 -0
  82. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/imagereadsettings.py +0 -0
  83. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/imagesettings.py +0 -0
  84. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/ingest_image_url_ingest_images_url_postop.py +0 -0
  85. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/ingest_text_ingest_text_postop.py +0 -0
  86. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/ingest_video_url_ingest_videos_url_postop.py +0 -0
  87. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/inputtype.py +0 -0
  88. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/integerindexparams.py +0 -0
  89. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/interactionresponse.py +0 -0
  90. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/interactiontype.py +0 -0
  91. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
  92. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
  93. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
  94. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/keywordindexparams.py +0 -0
  95. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/kill_task_tasks_task_id_deleteop.py +0 -0
  96. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/list_assets_assets_postop.py +0 -0
  97. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/list_collections_collections_getop.py +0 -0
  98. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/list_features_features_postop.py +0 -0
  99. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/list_interactions_features_search_interactions_getop.py +0 -0
  100. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/listassetsrequest.py +0 -0
  101. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/listassetsresponse.py +0 -0
  102. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/listcollectionsresponse.py +0 -0
  103. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/listfeaturesrequest.py +0 -0
  104. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/listfeaturesresponse.py +0 -0
  105. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/logicaloperator_input.py +0 -0
  106. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/logicaloperator_output.py +0 -0
  107. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/logodetectsettings.py +0 -0
  108. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/modality.py +0 -0
  109. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/modeldetails.py +0 -0
  110. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/organizationmodel.py +0 -0
  111. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/partial_asset_update_assets_asset_id_patchop.py +0 -0
  112. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/payloadindexconfig.py +0 -0
  113. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/payloadindextype.py +0 -0
  114. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/payloadschematype.py +0 -0
  115. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/percolaterequest.py +0 -0
  116. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/permission.py +0 -0
  117. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/processimageurlinput.py +0 -0
  118. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/processtextinput.py +0 -0
  119. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/processvideourlinput.py +0 -0
  120. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/querysettings.py +0 -0
  121. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/rerankingoptions.py +0 -0
  122. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/search_assets_assets_search_postop.py +0 -0
  123. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/search_features_features_search_postop.py +0 -0
  124. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/search_model_searchquery_input.py +0 -0
  125. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/searchassetsrequest.py +0 -0
  126. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/searchinteraction.py +0 -0
  127. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/searchquery_output.py +0 -0
  128. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/searchrequestfeatures_input.py +0 -0
  129. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/searchrequestfeatures_output.py +0 -0
  130. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/sortoption.py +0 -0
  131. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/sparseembedding.py +0 -0
  132. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/tasks_model_taskresponse.py +0 -0
  133. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/taskstatus.py +0 -0
  134. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/textindexparams.py +0 -0
  135. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/textsettings.py +0 -0
  136. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/tokenizertype.py +0 -0
  137. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/update_api_key_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  138. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/update_collection_collections_collection_putop.py +0 -0
  139. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/update_namespace_namespaces_namespace_putop.py +0 -0
  140. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/updateassetrequest.py +0 -0
  141. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/updatenamespacerequest.py +0 -0
  142. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/usage.py +0 -0
  143. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/usermodel_input.py +0 -0
  144. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/usermodel_output.py +0 -0
  145. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/uuidindexparams.py +0 -0
  146. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/validationerror.py +0 -0
  147. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/vectormodel.py +0 -0
  148. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/vectortype.py +0 -0
  149. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/videodescribesettings.py +0 -0
  150. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/videodetectsettings.py +0 -0
  151. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/videoreadsettings.py +0 -0
  152. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/videosettings.py +0 -0
  153. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
  154. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/namespaces.py +0 -0
  155. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/organizations.py +0 -0
  156. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/py.typed +0 -0
  157. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/sdk.py +0 -0
  158. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/searchinteractions.py +0 -0
  159. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/tasks.py +0 -0
  160. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/types/__init__.py +0 -0
  161. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/types/basemodel.py +0 -0
  162. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/__init__.py +0 -0
  163. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/annotations.py +0 -0
  164. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/enums.py +0 -0
  165. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/eventstreaming.py +0 -0
  166. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/forms.py +0 -0
  167. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/headers.py +0 -0
  168. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/logger.py +0 -0
  169. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/metadata.py +0 -0
  170. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/queryparams.py +0 -0
  171. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/requestbodies.py +0 -0
  172. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/retries.py +0 -0
  173. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/security.py +0 -0
  174. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/serializers.py +0 -0
  175. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/url.py +0 -0
  176. {mixpeek-0.1.1 → mixpeek-0.1.2}/src/mixpeek/utils/values.py +0 -0
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mixpeek
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
+ Home-page: https://github.com/mixpeek/python-sdk.git
5
6
  Author: Speakeasy
6
7
  Requires-Python: >=3.8,<4.0
7
8
  Classifier: Programming Language :: Python :: 3
@@ -17,6 +18,7 @@ Requires-Dist: jsonpath-python (>=1.0.6,<2.0.0)
17
18
  Requires-Dist: pydantic (>=2.10.3,<2.11.0)
18
19
  Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
19
20
  Requires-Dist: typing-inspect (>=0.9.0,<0.10.0)
21
+ Project-URL: Repository, https://github.com/mixpeek/python-sdk.git
20
22
  Description-Content-Type: text/markdown
21
23
 
22
24
  # mixpeek
@@ -44,29 +46,25 @@ Mixpeek API: This is the Mixpeek API, providing access to various endpoints for
44
46
  <!-- Start Table of Contents [toc] -->
45
47
  ## Table of Contents
46
48
  <!-- $toc-max-depth=2 -->
47
- * [mixpeek](#mixpeek)
48
- * [SDK Installation](#sdk-installation)
49
- * [IDE Support](#ide-support)
50
- * [SDK Example Usage](#sdk-example-usage)
51
- * [Available Resources and Operations](#available-resources-and-operations)
52
- * [Retries](#retries)
53
- * [Error Handling](#error-handling)
54
- * [Server Selection](#server-selection)
55
- * [Custom HTTP Client](#custom-http-client)
56
- * [Debugging](#debugging)
57
- * [Development](#development)
58
- * [Maturity](#maturity)
59
- * [Contributions](#contributions)
49
+ * [mixpeek](https://github.com/mixpeek/python-sdk/blob/master/#mixpeek)
50
+ * [SDK Installation](https://github.com/mixpeek/python-sdk/blob/master/#sdk-installation)
51
+ * [IDE Support](https://github.com/mixpeek/python-sdk/blob/master/#ide-support)
52
+ * [SDK Example Usage](https://github.com/mixpeek/python-sdk/blob/master/#sdk-example-usage)
53
+ * [Available Resources and Operations](https://github.com/mixpeek/python-sdk/blob/master/#available-resources-and-operations)
54
+ * [Retries](https://github.com/mixpeek/python-sdk/blob/master/#retries)
55
+ * [Error Handling](https://github.com/mixpeek/python-sdk/blob/master/#error-handling)
56
+ * [Server Selection](https://github.com/mixpeek/python-sdk/blob/master/#server-selection)
57
+ * [Custom HTTP Client](https://github.com/mixpeek/python-sdk/blob/master/#custom-http-client)
58
+ * [Debugging](https://github.com/mixpeek/python-sdk/blob/master/#debugging)
59
+ * [Development](https://github.com/mixpeek/python-sdk/blob/master/#development)
60
+ * [Maturity](https://github.com/mixpeek/python-sdk/blob/master/#maturity)
61
+ * [Contributions](https://github.com/mixpeek/python-sdk/blob/master/#contributions)
60
62
 
61
63
  <!-- End Table of Contents [toc] -->
62
64
 
63
65
  <!-- Start SDK Installation [installation] -->
64
66
  ## SDK Installation
65
67
 
66
- > [!TIP]
67
- > To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
68
-
69
-
70
68
  The SDK can be installed with either *pip* or *poetry* package managers.
71
69
 
72
70
  ### PIP
@@ -74,7 +72,7 @@ The SDK can be installed with either *pip* or *poetry* package managers.
74
72
  *PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
75
73
 
76
74
  ```bash
77
- pip install git+<UNSET>.git
75
+ pip install mixpeek
78
76
  ```
79
77
 
80
78
  ### Poetry
@@ -82,7 +80,7 @@ pip install git+<UNSET>.git
82
80
  *Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
83
81
 
84
82
  ```bash
85
- poetry add git+<UNSET>.git
83
+ poetry add mixpeek
86
84
  ```
87
85
  <!-- End SDK Installation [installation] -->
88
86
 
@@ -139,81 +137,81 @@ asyncio.run(main())
139
137
  <details open>
140
138
  <summary>Available methods</summary>
141
139
 
142
- ### [assets](docs/sdks/assets/README.md)
140
+ ### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
143
141
 
144
- * [get](docs/sdks/assets/README.md#get) - Get Asset
145
- * [delete](docs/sdks/assets/README.md#delete) - Delete Asset
146
- * [update](docs/sdks/assets/README.md#update) - Full Asset Update
147
- * [partial_update](docs/sdks/assets/README.md#partial_update) - Partial Asset Update
148
- * [get_features](docs/sdks/assets/README.md#get_features) - Get Asset With Features
149
- * [list](docs/sdks/assets/README.md#list) - List Assets
150
- * [search](docs/sdks/assets/README.md#search) - Search Assets
142
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
143
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
144
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
145
+ * [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
146
+ * [get_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_features) - Get Asset With Features
147
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
148
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
151
149
 
152
- ### [collections](docs/sdks/collections/README.md)
150
+ ### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
153
151
 
154
- * [list](docs/sdks/collections/README.md#list) - List Collections
155
- * [create](docs/sdks/collections/README.md#create) - Create Collection
156
- * [delete](docs/sdks/collections/README.md#delete) - Delete Collection
157
- * [update](docs/sdks/collections/README.md#update) - Update Collection
158
- * [get](docs/sdks/collections/README.md#get) - Get Collection
152
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
153
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
154
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
155
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
156
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
159
157
 
160
- ### [feature_extractors](docs/sdks/featureextractors/README.md)
158
+ ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
161
159
 
162
- * [extract_embeddings](docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
160
+ * [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
163
161
 
164
- ### [features](docs/sdks/features/README.md)
162
+ ### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
165
163
 
166
- * [get](docs/sdks/features/README.md#get) - Get Feature
167
- * [delete](docs/sdks/features/README.md#delete) - Delete Feature
168
- * [update](docs/sdks/features/README.md#update) - Full Feature Update
169
- * [list](docs/sdks/features/README.md#list) - List Features
170
- * [search](docs/sdks/features/README.md#search) - Search Features
164
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
165
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
166
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
167
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
168
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
171
169
 
172
- ### [health](docs/sdks/health/README.md)
170
+ ### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
173
171
 
174
- * [check](docs/sdks/health/README.md#check) - Healthcheck
172
+ * [check](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md#check) - Healthcheck
175
173
 
176
- ### [ingest](docs/sdks/ingest/README.md)
174
+ ### [ingest](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md)
177
175
 
178
- * [text](docs/sdks/ingest/README.md#text) - Ingest Text
179
- * [video_from_url](docs/sdks/ingest/README.md#video_from_url) - Ingest Video Url
180
- * [image_url](docs/sdks/ingest/README.md#image_url) - Ingest Image Url
176
+ * [text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md#text) - Ingest Text
177
+ * [video_from_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md#video_from_url) - Ingest Video Url
178
+ * [image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md#image_url) - Ingest Image Url
181
179
 
182
- ### [interactions](docs/sdks/interactions/README.md)
180
+ ### [interactions](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/interactions/README.md)
183
181
 
184
- * [list](docs/sdks/interactions/README.md#list) - List Interactions
182
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/interactions/README.md#list) - List Interactions
185
183
 
186
184
 
187
- ### [namespaces](docs/sdks/namespaces/README.md)
185
+ ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
188
186
 
189
- * [create](docs/sdks/namespaces/README.md#create) - Create Namespace
190
- * [list](docs/sdks/namespaces/README.md#list) - List Namespaces
191
- * [delete](docs/sdks/namespaces/README.md#delete) - Delete Namespace
192
- * [update](docs/sdks/namespaces/README.md#update) - Update Namespace
193
- * [get](docs/sdks/namespaces/README.md#get) - Get Namespace
194
- * [list_indexes](docs/sdks/namespaces/README.md#list_indexes) - List Available Indexes
187
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
188
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
189
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
190
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
191
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
192
+ * [list_indexes](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_indexes) - List Available Indexes
195
193
 
196
- ### [organizations](docs/sdks/organizations/README.md)
194
+ ### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
197
195
 
198
- * [get](docs/sdks/organizations/README.md#get) - Get Organization
199
- * [get_usage](docs/sdks/organizations/README.md#get_usage) - Get Usage
200
- * [get_user](docs/sdks/organizations/README.md#get_user) - Get User
201
- * [delete_user](docs/sdks/organizations/README.md#delete_user) - Delete User
202
- * [add_user](docs/sdks/organizations/README.md#add_user) - Add User
203
- * [create_api_key](docs/sdks/organizations/README.md#create_api_key) - Create Api Key
204
- * [delete_api_key](docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
205
- * [update_api_key](docs/sdks/organizations/README.md#update_api_key) - Update Api Key
196
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
197
+ * [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
198
+ * [get_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_user) - Get User
199
+ * [delete_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_user) - Delete User
200
+ * [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
201
+ * [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key) - Create Api Key
202
+ * [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
203
+ * [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
206
204
 
207
- ### [search_interactions](docs/sdks/searchinteractions/README.md)
205
+ ### [search_interactions](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md)
208
206
 
209
- * [create](docs/sdks/searchinteractions/README.md#create) - Create Interaction
210
- * [get_interaction](docs/sdks/searchinteractions/README.md#get_interaction) - Get Interaction
211
- * [delete](docs/sdks/searchinteractions/README.md#delete) - Delete Interaction
207
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md#create) - Create Interaction
208
+ * [get_interaction](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md#get_interaction) - Get Interaction
209
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md#delete) - Delete Interaction
212
210
 
213
- ### [tasks](docs/sdks/tasks/README.md)
211
+ ### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
214
212
 
215
- * [delete](docs/sdks/tasks/README.md#delete) - Kill Task
216
- * [get](docs/sdks/tasks/README.md#get) - Get Task Information
213
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
214
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
217
215
 
218
216
  </details>
219
217
  <!-- End Available Resources and Operations [operations] -->
@@ -23,29 +23,25 @@ Mixpeek API: This is the Mixpeek API, providing access to various endpoints for
23
23
  <!-- Start Table of Contents [toc] -->
24
24
  ## Table of Contents
25
25
  <!-- $toc-max-depth=2 -->
26
- * [mixpeek](#mixpeek)
27
- * [SDK Installation](#sdk-installation)
28
- * [IDE Support](#ide-support)
29
- * [SDK Example Usage](#sdk-example-usage)
30
- * [Available Resources and Operations](#available-resources-and-operations)
31
- * [Retries](#retries)
32
- * [Error Handling](#error-handling)
33
- * [Server Selection](#server-selection)
34
- * [Custom HTTP Client](#custom-http-client)
35
- * [Debugging](#debugging)
36
- * [Development](#development)
37
- * [Maturity](#maturity)
38
- * [Contributions](#contributions)
26
+ * [mixpeek](https://github.com/mixpeek/python-sdk/blob/master/#mixpeek)
27
+ * [SDK Installation](https://github.com/mixpeek/python-sdk/blob/master/#sdk-installation)
28
+ * [IDE Support](https://github.com/mixpeek/python-sdk/blob/master/#ide-support)
29
+ * [SDK Example Usage](https://github.com/mixpeek/python-sdk/blob/master/#sdk-example-usage)
30
+ * [Available Resources and Operations](https://github.com/mixpeek/python-sdk/blob/master/#available-resources-and-operations)
31
+ * [Retries](https://github.com/mixpeek/python-sdk/blob/master/#retries)
32
+ * [Error Handling](https://github.com/mixpeek/python-sdk/blob/master/#error-handling)
33
+ * [Server Selection](https://github.com/mixpeek/python-sdk/blob/master/#server-selection)
34
+ * [Custom HTTP Client](https://github.com/mixpeek/python-sdk/blob/master/#custom-http-client)
35
+ * [Debugging](https://github.com/mixpeek/python-sdk/blob/master/#debugging)
36
+ * [Development](https://github.com/mixpeek/python-sdk/blob/master/#development)
37
+ * [Maturity](https://github.com/mixpeek/python-sdk/blob/master/#maturity)
38
+ * [Contributions](https://github.com/mixpeek/python-sdk/blob/master/#contributions)
39
39
 
40
40
  <!-- End Table of Contents [toc] -->
41
41
 
42
42
  <!-- Start SDK Installation [installation] -->
43
43
  ## SDK Installation
44
44
 
45
- > [!TIP]
46
- > To finish publishing your SDK to PyPI you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
47
-
48
-
49
45
  The SDK can be installed with either *pip* or *poetry* package managers.
50
46
 
51
47
  ### PIP
@@ -53,7 +49,7 @@ The SDK can be installed with either *pip* or *poetry* package managers.
53
49
  *PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
54
50
 
55
51
  ```bash
56
- pip install git+<UNSET>.git
52
+ pip install mixpeek
57
53
  ```
58
54
 
59
55
  ### Poetry
@@ -61,7 +57,7 @@ pip install git+<UNSET>.git
61
57
  *Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
62
58
 
63
59
  ```bash
64
- poetry add git+<UNSET>.git
60
+ poetry add mixpeek
65
61
  ```
66
62
  <!-- End SDK Installation [installation] -->
67
63
 
@@ -118,81 +114,81 @@ asyncio.run(main())
118
114
  <details open>
119
115
  <summary>Available methods</summary>
120
116
 
121
- ### [assets](docs/sdks/assets/README.md)
117
+ ### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
122
118
 
123
- * [get](docs/sdks/assets/README.md#get) - Get Asset
124
- * [delete](docs/sdks/assets/README.md#delete) - Delete Asset
125
- * [update](docs/sdks/assets/README.md#update) - Full Asset Update
126
- * [partial_update](docs/sdks/assets/README.md#partial_update) - Partial Asset Update
127
- * [get_features](docs/sdks/assets/README.md#get_features) - Get Asset With Features
128
- * [list](docs/sdks/assets/README.md#list) - List Assets
129
- * [search](docs/sdks/assets/README.md#search) - Search Assets
119
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
120
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
121
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
122
+ * [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
123
+ * [get_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_features) - Get Asset With Features
124
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
125
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
130
126
 
131
- ### [collections](docs/sdks/collections/README.md)
127
+ ### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
132
128
 
133
- * [list](docs/sdks/collections/README.md#list) - List Collections
134
- * [create](docs/sdks/collections/README.md#create) - Create Collection
135
- * [delete](docs/sdks/collections/README.md#delete) - Delete Collection
136
- * [update](docs/sdks/collections/README.md#update) - Update Collection
137
- * [get](docs/sdks/collections/README.md#get) - Get Collection
129
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
130
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
131
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
132
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
133
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
138
134
 
139
- ### [feature_extractors](docs/sdks/featureextractors/README.md)
135
+ ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
140
136
 
141
- * [extract_embeddings](docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
137
+ * [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
142
138
 
143
- ### [features](docs/sdks/features/README.md)
139
+ ### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
144
140
 
145
- * [get](docs/sdks/features/README.md#get) - Get Feature
146
- * [delete](docs/sdks/features/README.md#delete) - Delete Feature
147
- * [update](docs/sdks/features/README.md#update) - Full Feature Update
148
- * [list](docs/sdks/features/README.md#list) - List Features
149
- * [search](docs/sdks/features/README.md#search) - Search Features
141
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
142
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
143
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
144
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
145
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
150
146
 
151
- ### [health](docs/sdks/health/README.md)
147
+ ### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
152
148
 
153
- * [check](docs/sdks/health/README.md#check) - Healthcheck
149
+ * [check](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md#check) - Healthcheck
154
150
 
155
- ### [ingest](docs/sdks/ingest/README.md)
151
+ ### [ingest](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md)
156
152
 
157
- * [text](docs/sdks/ingest/README.md#text) - Ingest Text
158
- * [video_from_url](docs/sdks/ingest/README.md#video_from_url) - Ingest Video Url
159
- * [image_url](docs/sdks/ingest/README.md#image_url) - Ingest Image Url
153
+ * [text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md#text) - Ingest Text
154
+ * [video_from_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md#video_from_url) - Ingest Video Url
155
+ * [image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingest/README.md#image_url) - Ingest Image Url
160
156
 
161
- ### [interactions](docs/sdks/interactions/README.md)
157
+ ### [interactions](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/interactions/README.md)
162
158
 
163
- * [list](docs/sdks/interactions/README.md#list) - List Interactions
159
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/interactions/README.md#list) - List Interactions
164
160
 
165
161
 
166
- ### [namespaces](docs/sdks/namespaces/README.md)
162
+ ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
167
163
 
168
- * [create](docs/sdks/namespaces/README.md#create) - Create Namespace
169
- * [list](docs/sdks/namespaces/README.md#list) - List Namespaces
170
- * [delete](docs/sdks/namespaces/README.md#delete) - Delete Namespace
171
- * [update](docs/sdks/namespaces/README.md#update) - Update Namespace
172
- * [get](docs/sdks/namespaces/README.md#get) - Get Namespace
173
- * [list_indexes](docs/sdks/namespaces/README.md#list_indexes) - List Available Indexes
164
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
165
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
166
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
167
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
168
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
169
+ * [list_indexes](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_indexes) - List Available Indexes
174
170
 
175
- ### [organizations](docs/sdks/organizations/README.md)
171
+ ### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
176
172
 
177
- * [get](docs/sdks/organizations/README.md#get) - Get Organization
178
- * [get_usage](docs/sdks/organizations/README.md#get_usage) - Get Usage
179
- * [get_user](docs/sdks/organizations/README.md#get_user) - Get User
180
- * [delete_user](docs/sdks/organizations/README.md#delete_user) - Delete User
181
- * [add_user](docs/sdks/organizations/README.md#add_user) - Add User
182
- * [create_api_key](docs/sdks/organizations/README.md#create_api_key) - Create Api Key
183
- * [delete_api_key](docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
184
- * [update_api_key](docs/sdks/organizations/README.md#update_api_key) - Update Api Key
173
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
174
+ * [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
175
+ * [get_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_user) - Get User
176
+ * [delete_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_user) - Delete User
177
+ * [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
178
+ * [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key) - Create Api Key
179
+ * [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
180
+ * [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
185
181
 
186
- ### [search_interactions](docs/sdks/searchinteractions/README.md)
182
+ ### [search_interactions](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md)
187
183
 
188
- * [create](docs/sdks/searchinteractions/README.md#create) - Create Interaction
189
- * [get_interaction](docs/sdks/searchinteractions/README.md#get_interaction) - Get Interaction
190
- * [delete](docs/sdks/searchinteractions/README.md#delete) - Delete Interaction
184
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md#create) - Create Interaction
185
+ * [get_interaction](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md#get_interaction) - Get Interaction
186
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/searchinteractions/README.md#delete) - Delete Interaction
191
187
 
192
- ### [tasks](docs/sdks/tasks/README.md)
188
+ ### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
193
189
 
194
- * [delete](docs/sdks/tasks/README.md#delete) - Kill Task
195
- * [get](docs/sdks/tasks/README.md#get) - Get Task Information
190
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
191
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
196
192
 
197
193
  </details>
198
194
  <!-- End Available Resources and Operations [operations] -->
@@ -1,9 +1,10 @@
1
1
  [tool.poetry]
2
2
  name = "mixpeek"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = ["Speakeasy",]
6
6
  readme = "README-PYPI.md"
7
+ repository = "https://github.com/mixpeek/python-sdk.git"
7
8
  packages = [
8
9
  { include = "mixpeek", from = "src" }
9
10
  ]
@@ -3,7 +3,7 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mixpeek"
6
- __version__: str = "0.1.1"
6
+ __version__: str = "0.1.2"
7
7
 
8
8
  try:
9
9
  if __package__ is not None:
@@ -272,12 +272,7 @@ from .logicaloperator_output import (
272
272
  from .logodetectsettings import LogoDetectSettings, LogoDetectSettingsTypedDict
273
273
  from .modality import Modality
274
274
  from .modeldetails import ModelDetails, ModelDetailsTypedDict
275
- from .namespaceresponse import (
276
- NamespaceResponse,
277
- NamespaceResponseTypedDict,
278
- PayloadIndexes,
279
- PayloadIndexesTypedDict,
280
- )
275
+ from .namespaceresponse import NamespaceResponse, NamespaceResponseTypedDict
281
276
  from .organizationmodel import (
282
277
  OrganizationModel,
283
278
  OrganizationModelMetadata,
@@ -657,8 +652,6 @@ __all__ = [
657
652
  "PayloadIndexConfigTypedDict",
658
653
  "PayloadIndexType",
659
654
  "PayloadIndexTypeTypedDict",
660
- "PayloadIndexes",
661
- "PayloadIndexesTypedDict",
662
655
  "PayloadSchemaType",
663
656
  "PercolateRequest",
664
657
  "PercolateRequestTypedDict",
@@ -3,23 +3,15 @@
3
3
  from __future__ import annotations
4
4
  from mixpeek.types import BaseModel, Nullable, UNSET_SENTINEL
5
5
  from pydantic import model_serializer
6
- from typing import List
6
+ from typing import Any, List
7
7
  from typing_extensions import TypedDict
8
8
 
9
9
 
10
- class PayloadIndexesTypedDict(TypedDict):
11
- pass
12
-
13
-
14
- class PayloadIndexes(BaseModel):
15
- pass
16
-
17
-
18
10
  class NamespaceResponseTypedDict(TypedDict):
19
11
  namespace_id: str
20
12
  namespace_name: str
21
13
  vector_indexes: List[str]
22
- payload_indexes: Nullable[PayloadIndexesTypedDict]
14
+ payload_indexes: Nullable[List[Any]]
23
15
 
24
16
 
25
17
  class NamespaceResponse(BaseModel):
@@ -29,7 +21,7 @@ class NamespaceResponse(BaseModel):
29
21
 
30
22
  vector_indexes: List[str]
31
23
 
32
- payload_indexes: Nullable[PayloadIndexes]
24
+ payload_indexes: Nullable[List[Any]]
33
25
 
34
26
  @model_serializer(mode="wrap")
35
27
  def serialize_model(self, handler):
@@ -24,9 +24,9 @@ class SDKConfiguration:
24
24
  server_idx: Optional[int] = 0
25
25
  language: str = "python"
26
26
  openapi_doc_version: str = "0.81"
27
- sdk_version: str = "0.1.1"
27
+ sdk_version: str = "0.1.2"
28
28
  gen_version: str = "2.483.1"
29
- user_agent: str = "speakeasy-sdk/python 0.1.1 2.483.1 0.81 mixpeek"
29
+ user_agent: str = "speakeasy-sdk/python 0.1.2 2.483.1 0.81 mixpeek"
30
30
  retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
31
31
  timeout_ms: Optional[int] = None
32
32
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes