mixpeek 0.16.0__tar.gz → 0.16.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.
Files changed (196) hide show
  1. {mixpeek-0.16.0 → mixpeek-0.16.1}/PKG-INFO +2 -2
  2. {mixpeek-0.16.0 → mixpeek-0.16.1}/README-PYPI.md +1 -1
  3. {mixpeek-0.16.0 → mixpeek-0.16.1}/pyproject.toml +2 -2
  4. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/_version.py +1 -1
  5. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/feature_search.py +16 -12
  6. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/searchrequestfeatures.py +9 -7
  7. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/sdkconfiguration.py +4 -4
  8. {mixpeek-0.16.0 → mixpeek-0.16.1}/py.typed +0 -0
  9. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/__init__.py +0 -0
  10. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/_hooks/__init__.py +0 -0
  11. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/_hooks/registration.py +0 -0
  12. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  13. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/_hooks/types.py +0 -0
  14. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/assets.py +0 -0
  15. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/basesdk.py +0 -0
  16. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/collections.py +0 -0
  17. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/feature_extractors.py +0 -0
  18. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/features.py +0 -0
  19. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/health.py +0 -0
  20. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/httpclient.py +0 -0
  21. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/ingest_assets.py +0 -0
  22. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/__init__.py +0 -0
  23. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/actionusage.py +0 -0
  24. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/apierror.py +0 -0
  25. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/apikey.py +0 -0
  26. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/apikeyupdate.py +0 -0
  27. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/assetfeatures.py +0 -0
  28. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/assetresponse.py +0 -0
  29. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/assets_model_searchquery.py +0 -0
  30. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/assetupdate.py +0 -0
  31. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/assignmentconfig.py +0 -0
  32. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/availablemodels.py +0 -0
  33. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/availablemodelsresponse.py +0 -0
  34. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/boolindexparams.py +0 -0
  35. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/classificationmatch.py +0 -0
  36. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/classificationwithfeature.py +0 -0
  37. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
  38. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/collectionmodel.py +0 -0
  39. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/collectionresult.py +0 -0
  40. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
  41. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
  42. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
  43. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/createcollectionrequest.py +0 -0
  44. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/createnamespacerequest.py +0 -0
  45. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/datetimeindexparams.py +0 -0
  46. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/dateusage.py +0 -0
  47. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
  48. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  49. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
  50. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
  51. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
  52. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
  53. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
  54. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
  55. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
  56. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/denseembedding.py +0 -0
  57. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/discoverrequest.py +0 -0
  58. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/embeddingconfig.py +0 -0
  59. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/embeddingrequest.py +0 -0
  60. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/embeddingresponse.py +0 -0
  61. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/entitysettings.py +0 -0
  62. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/errordetail.py +0 -0
  63. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/errorresponse.py +0 -0
  64. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/facedetectsettings.py +0 -0
  65. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
  66. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/featureoptions.py +0 -0
  67. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/featureresponse.py +0 -0
  68. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
  69. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/featureupdaterequest.py +0 -0
  70. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/filtercondition.py +0 -0
  71. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/floatindexparams.py +0 -0
  72. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
  73. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
  74. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/genericsuccessresponse.py +0 -0
  75. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/geoindexparams.py +0 -0
  76. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
  77. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
  78. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
  79. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
  80. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
  81. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
  82. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
  83. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
  84. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
  85. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/groupbyoptions.py +0 -0
  86. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
  87. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/groupedassetdata.py +0 -0
  88. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/healthcheckresponse.py +0 -0
  89. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/httpvalidationerror.py +0 -0
  90. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/imagedescribesettings.py +0 -0
  91. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/imagedetectsettings.py +0 -0
  92. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/imagereadsettings.py +0 -0
  93. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/imagesettings.py +0 -0
  94. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
  95. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
  96. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
  97. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/inputtype.py +0 -0
  98. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/integerindexparams.py +0 -0
  99. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/internal/__init__.py +0 -0
  100. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/internal/globals.py +0 -0
  101. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
  102. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
  103. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
  104. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/keywordindexparams.py +0 -0
  105. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
  106. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
  107. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
  108. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
  109. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
  110. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
  111. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listassetsrequest.py +0 -0
  112. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listassetsresponse.py +0 -0
  113. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listclassificationsrequest.py +0 -0
  114. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listclassificationsresponse.py +0 -0
  115. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listcollectionsresponse.py +0 -0
  116. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listfeaturesrequest.py +0 -0
  117. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listfeaturesresponse.py +0 -0
  118. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
  119. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/logicaloperator.py +0 -0
  120. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/logodetectsettings.py +0 -0
  121. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/modality.py +0 -0
  122. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/modeldetails.py +0 -0
  123. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/namespaceresponse.py +0 -0
  124. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/nodeoptions.py +0 -0
  125. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/nodeupdate.py +0 -0
  126. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/organizationmodel.py +0 -0
  127. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
  128. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/payloadindexconfig.py +0 -0
  129. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/payloadindextype.py +0 -0
  130. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/payloadschematype.py +0 -0
  131. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/permission.py +0 -0
  132. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/processimageurlinput.py +0 -0
  133. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/processtextinput.py +0 -0
  134. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/processvideourlinput.py +0 -0
  135. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/querysettings.py +0 -0
  136. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/rerankingoptions.py +0 -0
  137. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
  138. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
  139. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/search_model_searchquery.py +0 -0
  140. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/searchassetsrequest.py +0 -0
  141. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/security.py +0 -0
  142. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/sortoption.py +0 -0
  143. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/sparseembedding.py +0 -0
  144. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taskresponse.py +0 -0
  145. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taskstatus.py +0 -0
  146. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taxonomycreate.py +0 -0
  147. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
  148. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taxonomymodel.py +0 -0
  149. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taxonomynode.py +0 -0
  150. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taxonomynodecreate.py +0 -0
  151. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/taxonomyupdate.py +0 -0
  152. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/textindexparams.py +0 -0
  153. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/textsettings.py +0 -0
  154. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/tokenizertype.py +0 -0
  155. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  156. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
  157. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
  158. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
  159. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
  160. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/updateassetrequest.py +0 -0
  161. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/updatenamespacerequest.py +0 -0
  162. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/usage.py +0 -0
  163. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/usermodel_input.py +0 -0
  164. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/usermodel_output.py +0 -0
  165. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/uuidindexparams.py +0 -0
  166. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/validationerror.py +0 -0
  167. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/vectormodel.py +0 -0
  168. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/vectortype.py +0 -0
  169. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/videodescribesettings.py +0 -0
  170. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/videodetectsettings.py +0 -0
  171. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/videoreadsettings.py +0 -0
  172. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/videosettings.py +0 -0
  173. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
  174. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/namespaces.py +0 -0
  175. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/organizations.py +0 -0
  176. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/py.typed +0 -0
  177. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/sdk.py +0 -0
  178. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/tasks.py +0 -0
  179. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/taxonomy_entities.py +0 -0
  180. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/types/__init__.py +0 -0
  181. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/types/basemodel.py +0 -0
  182. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/__init__.py +0 -0
  183. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/annotations.py +0 -0
  184. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/enums.py +0 -0
  185. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/eventstreaming.py +0 -0
  186. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/forms.py +0 -0
  187. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/headers.py +0 -0
  188. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/logger.py +0 -0
  189. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/metadata.py +0 -0
  190. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/queryparams.py +0 -0
  191. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/requestbodies.py +0 -0
  192. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/retries.py +0 -0
  193. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/security.py +0 -0
  194. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/serializers.py +0 -0
  195. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/url.py +0 -0
  196. {mixpeek-0.16.0 → mixpeek-0.16.1}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mixpeek
3
- Version: 0.16.0
3
+ Version: 0.16.1
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Home-page: https://github.com/mixpeek/python-sdk.git
6
6
  Author: Speakeasy
@@ -348,7 +348,7 @@ from mixpeek import Mixpeek
348
348
  import os
349
349
 
350
350
  with Mixpeek(
351
- server_url="https://api.mixpeek.com/v1",
351
+ server_url="https://api.mixpeek.com",
352
352
  token=os.getenv("MIXPEEK_TOKEN", ""),
353
353
  ) as mixpeek:
354
354
 
@@ -326,7 +326,7 @@ from mixpeek import Mixpeek
326
326
  import os
327
327
 
328
328
  with Mixpeek(
329
- server_url="https://api.mixpeek.com/v1",
329
+ server_url="https://api.mixpeek.com",
330
330
  token=os.getenv("MIXPEEK_TOKEN", ""),
331
331
  ) as mixpeek:
332
332
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mixpeek"
3
- version = "0.16.0"
3
+ version = "0.16.1"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = ["Speakeasy",]
6
6
  readme = "README-PYPI.md"
@@ -26,7 +26,7 @@ python-dateutil = "^2.8.2"
26
26
  typing-inspect = "^0.9.0"
27
27
 
28
28
  [tool.poetry.group.dev.dependencies]
29
- mypy = "==1.13.0"
29
+ mypy = "==1.14.1"
30
30
  pylint = "==3.2.3"
31
31
  types-python-dateutil = "^2.9.0.20240316"
32
32
 
@@ -3,7 +3,7 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mixpeek"
6
- __version__: str = "0.16.0"
6
+ __version__: str = "0.16.1"
7
7
 
8
8
  try:
9
9
  if __package__ is not None:
@@ -12,14 +12,16 @@ class FeatureSearch(BaseSDK):
12
12
  def search_features_v1_features_search_post(
13
13
  self,
14
14
  *,
15
- queries: Union[
16
- List[models.SearchModelSearchQuery],
17
- List[models.SearchModelSearchQueryTypedDict],
18
- ],
19
15
  collections: List[str],
20
16
  offset_position: OptionalNullable[int] = UNSET,
21
17
  page_size: Optional[int] = 10,
22
18
  x_namespace: OptionalNullable[str] = UNSET,
19
+ queries: OptionalNullable[
20
+ Union[
21
+ List[models.SearchModelSearchQuery],
22
+ List[models.SearchModelSearchQueryTypedDict],
23
+ ]
24
+ ] = UNSET,
23
25
  filters: OptionalNullable[
24
26
  Union[models.LogicalOperator, models.LogicalOperatorTypedDict]
25
27
  ] = UNSET,
@@ -44,11 +46,11 @@ class FeatureSearch(BaseSDK):
44
46
 
45
47
  This endpoint allows you to search features.
46
48
 
47
- :param queries: List of search queries to perform. Behavior: - Single query: Results are returned directly from that query - Multiple queries: Results are combined using Reciprocal Rank Fusion (RRF) RRF combines results from multiple queries by: 1. Taking each item's rank position in each result list 2. Re-ranking all items by their combined RRF scores When merging lists from different sources, RRF considers all items that appear in any of the input lists, not just items that appear in all lists. This helps surface items that rank well across multiple queries while reducing the impact of outlier high rankings in single queries. NOTE: If query array is empty, it will return all features.
48
49
  :param collections: List of Collection names to search within, required
49
50
  :param offset_position: The position to start returning results from. Used for pagination. Does not work with group_by
50
51
  :param page_size: Number of results to return per page.
51
52
  :param x_namespace: Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.
53
+ :param queries: List of search queries to perform. Behavior: - Single query: Results are returned directly from that query - Multiple queries: Results are combined using Reciprocal Rank Fusion (RRF) RRF combines results from multiple queries by: 1. Taking each item's rank position in each result list 2. Re-ranking all items by their combined RRF scores When merging lists from different sources, RRF considers all items that appear in any of the input lists, not just items that appear in all lists. This helps surface items that rank well across multiple queries while reducing the impact of outlier high rankings in single queries. NOTE: If query array is empty, it will return all features.
52
54
  :param filters: Used for filtering across all indexes
53
55
  :param group_by: Grouping options for search results
54
56
  :param sort: List of fields to sort by, with direction (asc or desc). Supports dot notation for nested fields.
@@ -75,7 +77,7 @@ class FeatureSearch(BaseSDK):
75
77
  x_namespace=x_namespace,
76
78
  search_request_features=models.SearchRequestFeatures(
77
79
  queries=utils.get_pydantic_model(
78
- queries, List[models.SearchModelSearchQuery]
80
+ queries, OptionalNullable[List[models.SearchModelSearchQuery]]
79
81
  ),
80
82
  collections=collections,
81
83
  filters=utils.get_pydantic_model(
@@ -172,14 +174,16 @@ class FeatureSearch(BaseSDK):
172
174
  async def search_features_v1_features_search_post_async(
173
175
  self,
174
176
  *,
175
- queries: Union[
176
- List[models.SearchModelSearchQuery],
177
- List[models.SearchModelSearchQueryTypedDict],
178
- ],
179
177
  collections: List[str],
180
178
  offset_position: OptionalNullable[int] = UNSET,
181
179
  page_size: Optional[int] = 10,
182
180
  x_namespace: OptionalNullable[str] = UNSET,
181
+ queries: OptionalNullable[
182
+ Union[
183
+ List[models.SearchModelSearchQuery],
184
+ List[models.SearchModelSearchQueryTypedDict],
185
+ ]
186
+ ] = UNSET,
183
187
  filters: OptionalNullable[
184
188
  Union[models.LogicalOperator, models.LogicalOperatorTypedDict]
185
189
  ] = UNSET,
@@ -204,11 +208,11 @@ class FeatureSearch(BaseSDK):
204
208
 
205
209
  This endpoint allows you to search features.
206
210
 
207
- :param queries: List of search queries to perform. Behavior: - Single query: Results are returned directly from that query - Multiple queries: Results are combined using Reciprocal Rank Fusion (RRF) RRF combines results from multiple queries by: 1. Taking each item's rank position in each result list 2. Re-ranking all items by their combined RRF scores When merging lists from different sources, RRF considers all items that appear in any of the input lists, not just items that appear in all lists. This helps surface items that rank well across multiple queries while reducing the impact of outlier high rankings in single queries. NOTE: If query array is empty, it will return all features.
208
211
  :param collections: List of Collection names to search within, required
209
212
  :param offset_position: The position to start returning results from. Used for pagination. Does not work with group_by
210
213
  :param page_size: Number of results to return per page.
211
214
  :param x_namespace: Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.
215
+ :param queries: List of search queries to perform. Behavior: - Single query: Results are returned directly from that query - Multiple queries: Results are combined using Reciprocal Rank Fusion (RRF) RRF combines results from multiple queries by: 1. Taking each item's rank position in each result list 2. Re-ranking all items by their combined RRF scores When merging lists from different sources, RRF considers all items that appear in any of the input lists, not just items that appear in all lists. This helps surface items that rank well across multiple queries while reducing the impact of outlier high rankings in single queries. NOTE: If query array is empty, it will return all features.
212
216
  :param filters: Used for filtering across all indexes
213
217
  :param group_by: Grouping options for search results
214
218
  :param sort: List of fields to sort by, with direction (asc or desc). Supports dot notation for nested fields.
@@ -235,7 +239,7 @@ class FeatureSearch(BaseSDK):
235
239
  x_namespace=x_namespace,
236
240
  search_request_features=models.SearchRequestFeatures(
237
241
  queries=utils.get_pydantic_model(
238
- queries, List[models.SearchModelSearchQuery]
242
+ queries, OptionalNullable[List[models.SearchModelSearchQuery]]
239
243
  ),
240
244
  collections=collections,
241
245
  filters=utils.get_pydantic_model(
@@ -16,7 +16,9 @@ from typing_extensions import NotRequired, TypedDict
16
16
 
17
17
 
18
18
  class SearchRequestFeaturesTypedDict(TypedDict):
19
- queries: List[SearchModelSearchQueryTypedDict]
19
+ collections: List[str]
20
+ r"""List of Collection names to search within, required"""
21
+ queries: NotRequired[Nullable[List[SearchModelSearchQueryTypedDict]]]
20
22
  r"""List of search queries to perform.
21
23
 
22
24
  Behavior:
@@ -38,8 +40,6 @@ class SearchRequestFeaturesTypedDict(TypedDict):
38
40
 
39
41
 
40
42
  """
41
- collections: List[str]
42
- r"""List of Collection names to search within, required"""
43
43
  filters: NotRequired[Nullable[LogicalOperatorTypedDict]]
44
44
  r"""Used for filtering across all indexes"""
45
45
  group_by: NotRequired[Nullable[GroupByOptionsTypedDict]]
@@ -57,7 +57,10 @@ class SearchRequestFeaturesTypedDict(TypedDict):
57
57
 
58
58
 
59
59
  class SearchRequestFeatures(BaseModel):
60
- queries: List[SearchModelSearchQuery]
60
+ collections: List[str]
61
+ r"""List of Collection names to search within, required"""
62
+
63
+ queries: OptionalNullable[List[SearchModelSearchQuery]] = UNSET
61
64
  r"""List of search queries to perform.
62
65
 
63
66
  Behavior:
@@ -80,9 +83,6 @@ class SearchRequestFeatures(BaseModel):
80
83
 
81
84
  """
82
85
 
83
- collections: List[str]
84
- r"""List of Collection names to search within, required"""
85
-
86
86
  filters: OptionalNullable[LogicalOperator] = UNSET
87
87
  r"""Used for filtering across all indexes"""
88
88
 
@@ -107,6 +107,7 @@ class SearchRequestFeatures(BaseModel):
107
107
  @model_serializer(mode="wrap")
108
108
  def serialize_model(self, handler):
109
109
  optional_fields = [
110
+ "queries",
110
111
  "filters",
111
112
  "group_by",
112
113
  "sort",
@@ -116,6 +117,7 @@ class SearchRequestFeatures(BaseModel):
116
117
  "return_url",
117
118
  ]
118
119
  nullable_fields = [
120
+ "queries",
119
121
  "filters",
120
122
  "group_by",
121
123
  "sort",
@@ -12,7 +12,7 @@ from typing import Callable, Dict, Optional, Tuple, Union
12
12
 
13
13
 
14
14
  SERVERS = [
15
- "https://api.mixpeek.com/v1",
15
+ "https://api.mixpeek.com",
16
16
  ]
17
17
  """Contains the list of servers available to the SDK"""
18
18
 
@@ -28,9 +28,9 @@ class SDKConfiguration:
28
28
  server_idx: Optional[int] = 0
29
29
  language: str = "python"
30
30
  openapi_doc_version: str = "0.81"
31
- sdk_version: str = "0.16.0"
32
- gen_version: str = "2.486.6"
33
- user_agent: str = "speakeasy-sdk/python 0.16.0 2.486.6 0.81 mixpeek"
31
+ sdk_version: str = "0.16.1"
32
+ gen_version: str = "2.488.4"
33
+ user_agent: str = "speakeasy-sdk/python 0.16.1 2.488.4 0.81 mixpeek"
34
34
  retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
35
35
  timeout_ms: Optional[int] = None
36
36
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes