mixpeek 0.21.6__tar.gz → 0.21.8__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.
- {mixpeek-0.21.6 → mixpeek-0.21.8}/PKG-INFO +1 -1
- {mixpeek-0.21.6 → mixpeek-0.21.8}/pyproject.toml +1 -1
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/_version.py +2 -2
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/__init__.py +21 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/createretrieverrequest.py +5 -5
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/retrievermodel.py +8 -5
- mixpeek-0.21.8/src/mixpeek/models/retrieverschema_input.py +37 -0
- mixpeek-0.21.8/src/mixpeek/models/retrieverschema_output.py +37 -0
- mixpeek-0.21.8/src/mixpeek/models/retrieverschemafield_input.py +111 -0
- mixpeek-0.21.8/src/mixpeek/models/retrieverschemafield_output.py +111 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/retrievers.py +6 -6
- {mixpeek-0.21.6 → mixpeek-0.21.8}/README-PYPI.md +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/py.typed +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/__init__.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/_hooks/__init__.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/_hooks/registration.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/_hooks/sdkhooks.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/_hooks/types.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/basesdk.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/bucketobjects.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/buckets.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/clusters.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/collectioncache.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/collectiondocuments.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/collections.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/features.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/health.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/httpclient.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/aggregationtype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/apierror.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/apikey.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/apikeyupdate.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/attributebasedconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/automaticnaming.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/basicfeatureextractor.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/batch_delete_documents_v1_collections_collection_identifier_documents_batch_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/batch_update_documents_v1_collections_collection_identifier_documents_batch_putop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/blobdetails.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/blobmodel.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/boolindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketcreaterequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketschema_input.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketschema_output.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketschemafield_input.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketschemafield_output.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketschemafieldtype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/bucketupdaterequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/cachestats.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/cleanup_cache_v1_collections_cache_cleanup_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/clusteringmethod.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/clustertype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/collectioncacheconfig_input.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/collectioncacheconfig_output.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/collectionconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/collectionmodel.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_bucket_v1_buckets_create_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_cluster_v1_clusters_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_collection_v1_collections_create_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_interaction_v1_retrievers_interactions_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_object_v1_buckets_bucket_identifier_objects_create_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_retriever_v1_retrievers_retrievers_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_taxonomy_v1_taxonomies_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/createblobrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/createclusterrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/createcollectionrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/createnamespacerequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/createobjectrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/createtaxonomyrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/datetimeindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/delete_bucket_v1_buckets_bucket_identifier_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/delete_document_v1_collections_collection_identifier_documents_document_id_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/delete_interaction_v1_retrievers_interactions_interaction_id_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/delete_object_v1_buckets_bucket_identifier_objects_object_identifier_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/documenthandlingconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/documentinputhandling.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/documentlistresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/documentoutputhandling.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/documentoutputtype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/documentresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/documentupdate.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/enrichmentfield.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/errordetail.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/errorresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/execute_retriever_v1_retrievers_retrievers_retriever_id_execute_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/featureextractorconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/featureextractordefinition.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/filtercondition.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/filteroperator.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/floatindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/generativemodels.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/genericsuccessresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/geoindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_bucket_v1_buckets_bucket_identifier_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_cache_stats_v1_collections_cache_stats_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_collection_v1_collections_collection_id_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_document_v1_collections_collection_identifier_documents_document_id_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_feature_extractor_v1_features_extractors_feature_id_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_interaction_v1_retrievers_interactions_interaction_id_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_object_v1_buckets_bucket_identifier_objects_object_identifier_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_research_v1_research_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_retriever_stages_v1_retrievers_stages_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_retriever_v1_retrievers_retrievers_retriever_id_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/getusagerequestmodel.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/hdbscanparameters.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/healthcheckresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/httpvalidationerror.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/integerindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/interactionresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/interactiontype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/internal/__init__.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/internal/globals.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/invalidate_cache_v1_collections_cache_invalidate_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/invalidationevent.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/invalidationstrategy.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/keywordindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/list_buckets_v1_buckets_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/list_documents_v1_collections_collection_identifier_documents_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/list_interactions_v1_retrievers_interactions_getop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/list_objects_v1_buckets_bucket_identifier_objects_postop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/listbucketsrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/listbucketsresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/listobjectsrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/listobjectsresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/listtasksresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/logicaloperator_input.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/logicaloperator_output.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/multivectorindex.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/namespaceresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/namespaceusage.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/namingmethod.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/objectresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/organizationmodel.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/paginationresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/payloadindexconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/payloadschematype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/permission.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/plan.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/recomputestrategy.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/resourcetotals.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/retrieverbinding.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/retrievercacheconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/retrieverqueryrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/retrieverresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/searchinteraction.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/security.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/singlelineageentry.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/sortdirection.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/sortoption.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/sourceconfig_input.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/sourceconfig_output.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/sourcetype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/stageconfig_input.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/stageconfig_output.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/stagedefinition.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/stageresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/taskresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/taskstatus.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/taxonomyapplicationconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/taxonomyconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/textindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/timeseriesdatapoint.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/timeseriesusage.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/tokenizertype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/update_bucket_v1_buckets_bucket_identifier_putop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/update_document_v1_collections_collection_identifier_documents_document_id_putop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/update_object_v1_buckets_bucket_identifier_objects_object_identifier_putop.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/updatenamespacerequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/updateobjectrequest.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/usageresponse.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/usagesummary.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/usagetimerange.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/usermodel_input.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/usermodel_output.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/uuidindexparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/validationerror.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/vectorbasedconfig.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/vectorindex.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/vectorindexdefinition.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/vectortype.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/namespaces.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/organizationnotifications.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/organizations.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/organizationsusage.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/py.typed +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/research.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/retrieverinteractions.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/retrieverstages.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/sdk.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/sdkconfiguration.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/tasks.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/taxonomies.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/types/__init__.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/types/basemodel.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/users.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/__init__.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/annotations.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/enums.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/eventstreaming.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/forms.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/headers.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/logger.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/metadata.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/queryparams.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/requestbodies.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/retries.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/security.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/serializers.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/url.py +0 -0
- {mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/utils/values.py +0 -0
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "mixpeek"
|
6
|
-
__version__: str = "0.21.
|
6
|
+
__version__: str = "0.21.8"
|
7
7
|
__openapi_doc_version__: str = "0.81"
|
8
8
|
__gen_version__: str = "2.585.2"
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.21.
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.21.8 2.585.2 0.81 mixpeek"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -389,6 +389,19 @@ from .retrieverqueryrequest import (
|
|
389
389
|
RetrieverQueryRequestTypedDict,
|
390
390
|
)
|
391
391
|
from .retrieverresponse import RetrieverResponse, RetrieverResponseTypedDict
|
392
|
+
from .retrieverschema_input import RetrieverSchemaInput, RetrieverSchemaInputTypedDict
|
393
|
+
from .retrieverschema_output import (
|
394
|
+
RetrieverSchemaOutput,
|
395
|
+
RetrieverSchemaOutputTypedDict,
|
396
|
+
)
|
397
|
+
from .retrieverschemafield_input import (
|
398
|
+
RetrieverSchemaFieldInput,
|
399
|
+
RetrieverSchemaFieldInputTypedDict,
|
400
|
+
)
|
401
|
+
from .retrieverschemafield_output import (
|
402
|
+
RetrieverSchemaFieldOutput,
|
403
|
+
RetrieverSchemaFieldOutputTypedDict,
|
404
|
+
)
|
392
405
|
from .searchinteraction import (
|
393
406
|
SearchInteraction,
|
394
407
|
SearchInteractionMetadata,
|
@@ -804,6 +817,14 @@ __all__ = [
|
|
804
817
|
"RetrieverQueryRequestTypedDict",
|
805
818
|
"RetrieverResponse",
|
806
819
|
"RetrieverResponseTypedDict",
|
820
|
+
"RetrieverSchemaFieldInput",
|
821
|
+
"RetrieverSchemaFieldInputTypedDict",
|
822
|
+
"RetrieverSchemaFieldOutput",
|
823
|
+
"RetrieverSchemaFieldOutputTypedDict",
|
824
|
+
"RetrieverSchemaInput",
|
825
|
+
"RetrieverSchemaInputTypedDict",
|
826
|
+
"RetrieverSchemaOutput",
|
827
|
+
"RetrieverSchemaOutputTypedDict",
|
807
828
|
"SearchInteraction",
|
808
829
|
"SearchInteractionMetadata",
|
809
830
|
"SearchInteractionMetadataTypedDict",
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
2
|
|
3
3
|
from __future__ import annotations
|
4
|
-
from .bucketschema_input import BucketSchemaInput, BucketSchemaInputTypedDict
|
5
4
|
from .retrievercacheconfig import RetrieverCacheConfig, RetrieverCacheConfigTypedDict
|
5
|
+
from .retrieverschema_input import RetrieverSchemaInput, RetrieverSchemaInputTypedDict
|
6
6
|
from .stageconfig_input import StageConfigInput, StageConfigInputTypedDict
|
7
7
|
from mixpeek.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
8
8
|
from pydantic import model_serializer
|
@@ -23,8 +23,8 @@ class CreateRetrieverRequestTypedDict(TypedDict):
|
|
23
23
|
|
24
24
|
retriever_name: str
|
25
25
|
r"""Name of the retriever"""
|
26
|
-
input_schema:
|
27
|
-
r"""Schema definition for
|
26
|
+
input_schema: RetrieverSchemaInputTypedDict
|
27
|
+
r"""Schema definition for retriever inputs"""
|
28
28
|
collection_ids: List[str]
|
29
29
|
r"""List of collection IDs to search in"""
|
30
30
|
stages: List[StageConfigInputTypedDict]
|
@@ -42,8 +42,8 @@ class CreateRetrieverRequest(BaseModel):
|
|
42
42
|
retriever_name: str
|
43
43
|
r"""Name of the retriever"""
|
44
44
|
|
45
|
-
input_schema:
|
46
|
-
r"""Schema definition for
|
45
|
+
input_schema: RetrieverSchemaInput
|
46
|
+
r"""Schema definition for retriever inputs"""
|
47
47
|
|
48
48
|
collection_ids: List[str]
|
49
49
|
r"""List of collection IDs to search in"""
|
@@ -1,8 +1,11 @@
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
2
|
|
3
3
|
from __future__ import annotations
|
4
|
-
from .bucketschema_output import BucketSchemaOutput, BucketSchemaOutputTypedDict
|
5
4
|
from .retrievercacheconfig import RetrieverCacheConfig, RetrieverCacheConfigTypedDict
|
5
|
+
from .retrieverschema_output import (
|
6
|
+
RetrieverSchemaOutput,
|
7
|
+
RetrieverSchemaOutputTypedDict,
|
8
|
+
)
|
6
9
|
from .stageconfig_output import StageConfigOutput, StageConfigOutputTypedDict
|
7
10
|
from mixpeek.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
8
11
|
from pydantic import model_serializer
|
@@ -23,8 +26,8 @@ class RetrieverModelTypedDict(TypedDict):
|
|
23
26
|
|
24
27
|
retriever_name: str
|
25
28
|
r"""Name of the retriever"""
|
26
|
-
input_schema:
|
27
|
-
r"""Schema definition for
|
29
|
+
input_schema: RetrieverSchemaOutputTypedDict
|
30
|
+
r"""Schema definition for retriever inputs"""
|
28
31
|
collection_ids: List[str]
|
29
32
|
r"""List of collection IDs to search in"""
|
30
33
|
stages: List[StageConfigOutputTypedDict]
|
@@ -44,8 +47,8 @@ class RetrieverModel(BaseModel):
|
|
44
47
|
retriever_name: str
|
45
48
|
r"""Name of the retriever"""
|
46
49
|
|
47
|
-
input_schema:
|
48
|
-
r"""Schema definition for
|
50
|
+
input_schema: RetrieverSchemaOutput
|
51
|
+
r"""Schema definition for retriever inputs"""
|
49
52
|
|
50
53
|
collection_ids: List[str]
|
51
54
|
r"""List of collection IDs to search in"""
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .retrieverschemafield_input import (
|
5
|
+
RetrieverSchemaFieldInput,
|
6
|
+
RetrieverSchemaFieldInputTypedDict,
|
7
|
+
)
|
8
|
+
from mixpeek.types import BaseModel
|
9
|
+
import pydantic
|
10
|
+
from pydantic import ConfigDict
|
11
|
+
from typing import Any, Dict
|
12
|
+
from typing_extensions import TypedDict
|
13
|
+
|
14
|
+
|
15
|
+
class RetrieverSchemaInputTypedDict(TypedDict):
|
16
|
+
r"""Schema definition for retriever inputs"""
|
17
|
+
|
18
|
+
properties: Dict[str, RetrieverSchemaFieldInputTypedDict]
|
19
|
+
|
20
|
+
|
21
|
+
class RetrieverSchemaInput(BaseModel):
|
22
|
+
r"""Schema definition for retriever inputs"""
|
23
|
+
|
24
|
+
model_config = ConfigDict(
|
25
|
+
populate_by_name=True, arbitrary_types_allowed=True, extra="allow"
|
26
|
+
)
|
27
|
+
__pydantic_extra__: Dict[str, Any] = pydantic.Field(init=False)
|
28
|
+
|
29
|
+
properties: Dict[str, RetrieverSchemaFieldInput]
|
30
|
+
|
31
|
+
@property
|
32
|
+
def additional_properties(self):
|
33
|
+
return self.__pydantic_extra__
|
34
|
+
|
35
|
+
@additional_properties.setter
|
36
|
+
def additional_properties(self, value):
|
37
|
+
self.__pydantic_extra__ = value # pyright: ignore[reportIncompatibleVariableOverride]
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .retrieverschemafield_output import (
|
5
|
+
RetrieverSchemaFieldOutput,
|
6
|
+
RetrieverSchemaFieldOutputTypedDict,
|
7
|
+
)
|
8
|
+
from mixpeek.types import BaseModel
|
9
|
+
import pydantic
|
10
|
+
from pydantic import ConfigDict
|
11
|
+
from typing import Any, Dict
|
12
|
+
from typing_extensions import TypedDict
|
13
|
+
|
14
|
+
|
15
|
+
class RetrieverSchemaOutputTypedDict(TypedDict):
|
16
|
+
r"""Schema definition for retriever inputs"""
|
17
|
+
|
18
|
+
properties: Dict[str, RetrieverSchemaFieldOutputTypedDict]
|
19
|
+
|
20
|
+
|
21
|
+
class RetrieverSchemaOutput(BaseModel):
|
22
|
+
r"""Schema definition for retriever inputs"""
|
23
|
+
|
24
|
+
model_config = ConfigDict(
|
25
|
+
populate_by_name=True, arbitrary_types_allowed=True, extra="allow"
|
26
|
+
)
|
27
|
+
__pydantic_extra__: Dict[str, Any] = pydantic.Field(init=False)
|
28
|
+
|
29
|
+
properties: Dict[str, RetrieverSchemaFieldOutput]
|
30
|
+
|
31
|
+
@property
|
32
|
+
def additional_properties(self):
|
33
|
+
return self.__pydantic_extra__
|
34
|
+
|
35
|
+
@additional_properties.setter
|
36
|
+
def additional_properties(self, value):
|
37
|
+
self.__pydantic_extra__ = value # pyright: ignore[reportIncompatibleVariableOverride]
|
@@ -0,0 +1,111 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .bucketschemafield_input import (
|
5
|
+
BucketSchemaFieldInput,
|
6
|
+
BucketSchemaFieldInputTypedDict,
|
7
|
+
)
|
8
|
+
from .bucketschemafieldtype import BucketSchemaFieldType
|
9
|
+
from mixpeek.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
10
|
+
import pydantic
|
11
|
+
from pydantic import ConfigDict, model_serializer
|
12
|
+
from typing import Any, Dict, List, Optional
|
13
|
+
from typing_extensions import NotRequired, TypedDict
|
14
|
+
|
15
|
+
|
16
|
+
class RetrieverSchemaFieldInputTypedDict(TypedDict):
|
17
|
+
r"""Schema field definition for retriever inputs"""
|
18
|
+
|
19
|
+
type: BucketSchemaFieldType
|
20
|
+
r"""Enum for field types in bucket schemas"""
|
21
|
+
default: NotRequired[Nullable[Any]]
|
22
|
+
items: NotRequired[Nullable[BucketSchemaFieldInputTypedDict]]
|
23
|
+
properties: NotRequired[Nullable[Dict[str, BucketSchemaFieldInputTypedDict]]]
|
24
|
+
example: NotRequired[Nullable[Any]]
|
25
|
+
description: NotRequired[Nullable[str]]
|
26
|
+
enum: NotRequired[Nullable[List[Any]]]
|
27
|
+
required: NotRequired[bool]
|
28
|
+
r"""Whether this field is required for the retriever"""
|
29
|
+
|
30
|
+
|
31
|
+
class RetrieverSchemaFieldInput(BaseModel):
|
32
|
+
r"""Schema field definition for retriever inputs"""
|
33
|
+
|
34
|
+
model_config = ConfigDict(
|
35
|
+
populate_by_name=True, arbitrary_types_allowed=True, extra="allow"
|
36
|
+
)
|
37
|
+
__pydantic_extra__: Dict[str, Any] = pydantic.Field(init=False)
|
38
|
+
|
39
|
+
type: BucketSchemaFieldType
|
40
|
+
r"""Enum for field types in bucket schemas"""
|
41
|
+
|
42
|
+
default: OptionalNullable[Any] = UNSET
|
43
|
+
|
44
|
+
items: OptionalNullable[BucketSchemaFieldInput] = UNSET
|
45
|
+
|
46
|
+
properties: OptionalNullable[Dict[str, BucketSchemaFieldInput]] = UNSET
|
47
|
+
|
48
|
+
example: OptionalNullable[Any] = UNSET
|
49
|
+
|
50
|
+
description: OptionalNullable[str] = UNSET
|
51
|
+
|
52
|
+
enum: OptionalNullable[List[Any]] = UNSET
|
53
|
+
|
54
|
+
required: Optional[bool] = True
|
55
|
+
r"""Whether this field is required for the retriever"""
|
56
|
+
|
57
|
+
@property
|
58
|
+
def additional_properties(self):
|
59
|
+
return self.__pydantic_extra__
|
60
|
+
|
61
|
+
@additional_properties.setter
|
62
|
+
def additional_properties(self, value):
|
63
|
+
self.__pydantic_extra__ = value # pyright: ignore[reportIncompatibleVariableOverride]
|
64
|
+
|
65
|
+
@model_serializer(mode="wrap")
|
66
|
+
def serialize_model(self, handler):
|
67
|
+
optional_fields = [
|
68
|
+
"default",
|
69
|
+
"items",
|
70
|
+
"properties",
|
71
|
+
"example",
|
72
|
+
"description",
|
73
|
+
"enum",
|
74
|
+
"required",
|
75
|
+
]
|
76
|
+
nullable_fields = [
|
77
|
+
"default",
|
78
|
+
"items",
|
79
|
+
"properties",
|
80
|
+
"example",
|
81
|
+
"description",
|
82
|
+
"enum",
|
83
|
+
]
|
84
|
+
null_default_fields = []
|
85
|
+
|
86
|
+
serialized = handler(self)
|
87
|
+
|
88
|
+
m = {}
|
89
|
+
|
90
|
+
for n, f in type(self).model_fields.items():
|
91
|
+
k = f.alias or n
|
92
|
+
val = serialized.get(k)
|
93
|
+
serialized.pop(k, None)
|
94
|
+
|
95
|
+
optional_nullable = k in optional_fields and k in nullable_fields
|
96
|
+
is_set = (
|
97
|
+
self.__pydantic_fields_set__.intersection({n})
|
98
|
+
or k in null_default_fields
|
99
|
+
) # pylint: disable=no-member
|
100
|
+
|
101
|
+
if val is not None and val != UNSET_SENTINEL:
|
102
|
+
m[k] = val
|
103
|
+
elif val != UNSET_SENTINEL and (
|
104
|
+
not k in optional_fields or (optional_nullable and is_set)
|
105
|
+
):
|
106
|
+
m[k] = val
|
107
|
+
|
108
|
+
for k, v in serialized.items():
|
109
|
+
m[k] = v
|
110
|
+
|
111
|
+
return m
|
@@ -0,0 +1,111 @@
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
from .bucketschemafield_output import (
|
5
|
+
BucketSchemaFieldOutput,
|
6
|
+
BucketSchemaFieldOutputTypedDict,
|
7
|
+
)
|
8
|
+
from .bucketschemafieldtype import BucketSchemaFieldType
|
9
|
+
from mixpeek.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
10
|
+
import pydantic
|
11
|
+
from pydantic import ConfigDict, model_serializer
|
12
|
+
from typing import Any, Dict, List, Optional
|
13
|
+
from typing_extensions import NotRequired, TypedDict
|
14
|
+
|
15
|
+
|
16
|
+
class RetrieverSchemaFieldOutputTypedDict(TypedDict):
|
17
|
+
r"""Schema field definition for retriever inputs"""
|
18
|
+
|
19
|
+
type: BucketSchemaFieldType
|
20
|
+
r"""Enum for field types in bucket schemas"""
|
21
|
+
default: NotRequired[Nullable[Any]]
|
22
|
+
items: NotRequired[Nullable[BucketSchemaFieldOutputTypedDict]]
|
23
|
+
properties: NotRequired[Nullable[Dict[str, BucketSchemaFieldOutputTypedDict]]]
|
24
|
+
example: NotRequired[Nullable[Any]]
|
25
|
+
description: NotRequired[Nullable[str]]
|
26
|
+
enum: NotRequired[Nullable[List[Any]]]
|
27
|
+
required: NotRequired[bool]
|
28
|
+
r"""Whether this field is required for the retriever"""
|
29
|
+
|
30
|
+
|
31
|
+
class RetrieverSchemaFieldOutput(BaseModel):
|
32
|
+
r"""Schema field definition for retriever inputs"""
|
33
|
+
|
34
|
+
model_config = ConfigDict(
|
35
|
+
populate_by_name=True, arbitrary_types_allowed=True, extra="allow"
|
36
|
+
)
|
37
|
+
__pydantic_extra__: Dict[str, Any] = pydantic.Field(init=False)
|
38
|
+
|
39
|
+
type: BucketSchemaFieldType
|
40
|
+
r"""Enum for field types in bucket schemas"""
|
41
|
+
|
42
|
+
default: OptionalNullable[Any] = UNSET
|
43
|
+
|
44
|
+
items: OptionalNullable[BucketSchemaFieldOutput] = UNSET
|
45
|
+
|
46
|
+
properties: OptionalNullable[Dict[str, BucketSchemaFieldOutput]] = UNSET
|
47
|
+
|
48
|
+
example: OptionalNullable[Any] = UNSET
|
49
|
+
|
50
|
+
description: OptionalNullable[str] = UNSET
|
51
|
+
|
52
|
+
enum: OptionalNullable[List[Any]] = UNSET
|
53
|
+
|
54
|
+
required: Optional[bool] = True
|
55
|
+
r"""Whether this field is required for the retriever"""
|
56
|
+
|
57
|
+
@property
|
58
|
+
def additional_properties(self):
|
59
|
+
return self.__pydantic_extra__
|
60
|
+
|
61
|
+
@additional_properties.setter
|
62
|
+
def additional_properties(self, value):
|
63
|
+
self.__pydantic_extra__ = value # pyright: ignore[reportIncompatibleVariableOverride]
|
64
|
+
|
65
|
+
@model_serializer(mode="wrap")
|
66
|
+
def serialize_model(self, handler):
|
67
|
+
optional_fields = [
|
68
|
+
"default",
|
69
|
+
"items",
|
70
|
+
"properties",
|
71
|
+
"example",
|
72
|
+
"description",
|
73
|
+
"enum",
|
74
|
+
"required",
|
75
|
+
]
|
76
|
+
nullable_fields = [
|
77
|
+
"default",
|
78
|
+
"items",
|
79
|
+
"properties",
|
80
|
+
"example",
|
81
|
+
"description",
|
82
|
+
"enum",
|
83
|
+
]
|
84
|
+
null_default_fields = []
|
85
|
+
|
86
|
+
serialized = handler(self)
|
87
|
+
|
88
|
+
m = {}
|
89
|
+
|
90
|
+
for n, f in type(self).model_fields.items():
|
91
|
+
k = f.alias or n
|
92
|
+
val = serialized.get(k)
|
93
|
+
serialized.pop(k, None)
|
94
|
+
|
95
|
+
optional_nullable = k in optional_fields and k in nullable_fields
|
96
|
+
is_set = (
|
97
|
+
self.__pydantic_fields_set__.intersection({n})
|
98
|
+
or k in null_default_fields
|
99
|
+
) # pylint: disable=no-member
|
100
|
+
|
101
|
+
if val is not None and val != UNSET_SENTINEL:
|
102
|
+
m[k] = val
|
103
|
+
elif val != UNSET_SENTINEL and (
|
104
|
+
not k in optional_fields or (optional_nullable and is_set)
|
105
|
+
):
|
106
|
+
m[k] = val
|
107
|
+
|
108
|
+
for k, v in serialized.items():
|
109
|
+
m[k] = v
|
110
|
+
|
111
|
+
return m
|
@@ -14,7 +14,7 @@ class Retrievers(BaseSDK):
|
|
14
14
|
*,
|
15
15
|
retriever_name: str,
|
16
16
|
input_schema: Union[
|
17
|
-
models.
|
17
|
+
models.RetrieverSchemaInput, models.RetrieverSchemaInputTypedDict
|
18
18
|
],
|
19
19
|
collection_ids: List[str],
|
20
20
|
stages: Union[
|
@@ -39,7 +39,7 @@ class Retrievers(BaseSDK):
|
|
39
39
|
r"""Create Retriever
|
40
40
|
|
41
41
|
:param retriever_name: Name of the retriever
|
42
|
-
:param input_schema: Schema definition for
|
42
|
+
:param input_schema: Schema definition for retriever inputs
|
43
43
|
:param collection_ids: List of collection IDs to search in
|
44
44
|
:param stages: List of stages to execute in order
|
45
45
|
: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.
|
@@ -67,7 +67,7 @@ class Retrievers(BaseSDK):
|
|
67
67
|
retriever_name=retriever_name,
|
68
68
|
description=description,
|
69
69
|
input_schema=utils.get_pydantic_model(
|
70
|
-
input_schema, models.
|
70
|
+
input_schema, models.RetrieverSchemaInput
|
71
71
|
),
|
72
72
|
collection_ids=collection_ids,
|
73
73
|
stages=utils.get_pydantic_model(stages, List[models.StageConfigInput]),
|
@@ -170,7 +170,7 @@ class Retrievers(BaseSDK):
|
|
170
170
|
*,
|
171
171
|
retriever_name: str,
|
172
172
|
input_schema: Union[
|
173
|
-
models.
|
173
|
+
models.RetrieverSchemaInput, models.RetrieverSchemaInputTypedDict
|
174
174
|
],
|
175
175
|
collection_ids: List[str],
|
176
176
|
stages: Union[
|
@@ -195,7 +195,7 @@ class Retrievers(BaseSDK):
|
|
195
195
|
r"""Create Retriever
|
196
196
|
|
197
197
|
:param retriever_name: Name of the retriever
|
198
|
-
:param input_schema: Schema definition for
|
198
|
+
:param input_schema: Schema definition for retriever inputs
|
199
199
|
:param collection_ids: List of collection IDs to search in
|
200
200
|
:param stages: List of stages to execute in order
|
201
201
|
: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.
|
@@ -223,7 +223,7 @@ class Retrievers(BaseSDK):
|
|
223
223
|
retriever_name=retriever_name,
|
224
224
|
description=description,
|
225
225
|
input_schema=utils.get_pydantic_model(
|
226
|
-
input_schema, models.
|
226
|
+
input_schema, models.RetrieverSchemaInput
|
227
227
|
),
|
228
228
|
collection_ids=collection_ids,
|
229
229
|
stages=utils.get_pydantic_model(stages, List[models.StageConfigInput]),
|
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
|
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
|
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
|
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
|
{mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_bucket_v1_buckets_create_postop.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mixpeek-0.21.6 → mixpeek-0.21.8}/src/mixpeek/models/create_taxonomy_v1_taxonomies_postop.py
RENAMED
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
|