mixedbread 0.48.0__tar.gz → 0.49.0__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.
- mixedbread-0.49.0/.release-please-manifest.json +3 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/CHANGELOG.md +8 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/PKG-INFO +1 -1
- {mixedbread-0.48.0 → mixedbread-0.49.0}/pyproject.toml +1 -1
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_version.py +1 -1
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/stores/stores.py +10 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_chunk_search_options_param.py +6 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_question_answering_params.py +6 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_search_params.py +6 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/test_stores.py +2 -0
- mixedbread-0.48.0/.release-please-manifest.json +0 -3
- {mixedbread-0.48.0 → mixedbread-0.49.0}/.gitignore +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/CONTRIBUTING.md +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/LICENSE +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/README.md +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/SECURITY.md +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/api.md +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/bin/check-release-environment +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/bin/publish-pypi +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/examples/.keep +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/noxfile.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/release-please-config.json +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/requirements-dev.lock +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/requirements.lock +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_base_client.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_client.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_compat.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_constants.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_exceptions.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_files.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_models.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_qs.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_resource.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_streaming.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_types.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_compat.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_datetime_parse.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_json.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_logs.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_proxy.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_reflection.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_resources_proxy.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_streams.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_sync.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_transform.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_typing.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/_utils/_utils.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/lib/.keep +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/lib/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/lib/multipart_upload.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/lib/polling.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/pagination.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/py.typed +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/api_keys.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/chat.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/data_sources/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/data_sources/connectors.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/data_sources/data_sources.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/embeddings.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/extractions/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/extractions/content.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/extractions/extractions.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/extractions/jobs.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/extractions/schema.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/files/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/files/files.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/files/uploads.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/parsing/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/parsing/jobs.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/parsing/parsing.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/stores/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/stores/files.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/api_key.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/api_key_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/api_key_created.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/api_key_delete_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/api_key_list_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/client_embed_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/client_rerank_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_source.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_source_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_source_delete_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_source_list_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_source_oauth2_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_source_type.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_source_update_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/connector_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/connector_delete_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/connector_list_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/connector_update_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/data_source_connector.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/embedding.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/embedding_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/embedding_create_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/encoding_format.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/expires_after.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/expires_after_param.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/content_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/created_json_schema.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/enhanced_json_schema.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/extraction_job.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/extraction_result.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/image_url_input_param.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/job_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/schema_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/schema_enhance_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/schema_validate_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/text_input_param.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/validated_json_schema.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/file_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/file_delete_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/file_list_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/file_object.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/file_update_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/multipart_upload_part.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/multipart_upload_part_param.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/multipart_upload_part_url.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_abort_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_complete_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_create_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_list_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_retrieve_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/info_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/linear_data_source_param.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/multi_encoding_embedding.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/notion_data_source_param.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/oauth2_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/pagination_with_total.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/chunking_strategy.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/element_type.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/job_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/job_delete_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/job_list_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/job_list_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/parsing_job.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/parsing_job_status.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/parsing/return_format.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/rerank_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/scored_audio_url_input_chunk.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/scored_image_url_input_chunk.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/scored_text_input_chunk.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/scored_video_url_input_chunk.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared/search_filter.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared/search_filter_condition.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared/usage.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared_params/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared_params/search_filter.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared_params/search_filter_condition.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_delete_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_list_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_metadata_facets_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_metadata_facets_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_question_answering_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_search_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_search_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_update_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_create_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_delete_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_list_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_list_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_retrieve_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_search_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/file_update_params.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/scored_store_file.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/store_file.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/stores/store_file_status.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/data_sources/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/data_sources/test_connectors.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/extractions/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/extractions/test_content.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/extractions/test_jobs.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/extractions/test_schema.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/files/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/files/test_uploads.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/parsing/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/parsing/test_jobs.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/stores/__init__.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/stores/test_files.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/test_api_keys.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/test_chat.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/test_client.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/test_data_sources.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/test_embeddings.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/api_resources/test_files.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/conftest.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/sample_file.txt +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_client.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_deepcopy.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_extract_files.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_files.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_models.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_qs.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_required_args.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_response.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_streaming.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_transform.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_utils/test_json.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_utils/test_proxy.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/test_utils/test_typing.py +0 -0
- {mixedbread-0.48.0 → mixedbread-0.49.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.49.0 (2026-03-19)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.48.0...v0.49.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.48.0...v0.49.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([dc87556](https://github.com/mixedbread-ai/mixedbread-python/commit/dc875560329b32cf5fc0421a162af671bb956e7c))
|
|
10
|
+
|
|
3
11
|
## 0.48.0 (2026-03-18)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.47.1...v0.48.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.47.1...v0.48.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: mixedbread
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.49.0
|
|
4
4
|
Summary: The official Python library for the Mixedbread API
|
|
5
5
|
Project-URL: Homepage, https://github.com/mixedbread-ai/mixedbread-python
|
|
6
6
|
Project-URL: Repository, https://github.com/mixedbread-ai/mixedbread-python
|
|
@@ -422,6 +422,7 @@ class StoresResource(SyncAPIResource):
|
|
|
422
422
|
file_ids: Union[Iterable[object], SequenceNotStr[str], None] | Omit = omit,
|
|
423
423
|
search_options: StoreChunkSearchOptionsParam | Omit = omit,
|
|
424
424
|
stream: bool | Omit = omit,
|
|
425
|
+
instructions: Optional[str] | Omit = omit,
|
|
425
426
|
qa_options: store_question_answering_params.QaOptions | Omit = omit,
|
|
426
427
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
427
428
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -450,6 +451,9 @@ class StoresResource(SyncAPIResource):
|
|
|
450
451
|
|
|
451
452
|
stream: Whether to stream the answer
|
|
452
453
|
|
|
454
|
+
instructions: Additional custom instructions (followed only when not in conflict with existing
|
|
455
|
+
rules)
|
|
456
|
+
|
|
453
457
|
qa_options: Question answering configuration options
|
|
454
458
|
|
|
455
459
|
extra_headers: Send extra headers
|
|
@@ -471,6 +475,7 @@ class StoresResource(SyncAPIResource):
|
|
|
471
475
|
"file_ids": file_ids,
|
|
472
476
|
"search_options": search_options,
|
|
473
477
|
"stream": stream,
|
|
478
|
+
"instructions": instructions,
|
|
474
479
|
"qa_options": qa_options,
|
|
475
480
|
},
|
|
476
481
|
store_question_answering_params.StoreQuestionAnsweringParams,
|
|
@@ -938,6 +943,7 @@ class AsyncStoresResource(AsyncAPIResource):
|
|
|
938
943
|
file_ids: Union[Iterable[object], SequenceNotStr[str], None] | Omit = omit,
|
|
939
944
|
search_options: StoreChunkSearchOptionsParam | Omit = omit,
|
|
940
945
|
stream: bool | Omit = omit,
|
|
946
|
+
instructions: Optional[str] | Omit = omit,
|
|
941
947
|
qa_options: store_question_answering_params.QaOptions | Omit = omit,
|
|
942
948
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
943
949
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -966,6 +972,9 @@ class AsyncStoresResource(AsyncAPIResource):
|
|
|
966
972
|
|
|
967
973
|
stream: Whether to stream the answer
|
|
968
974
|
|
|
975
|
+
instructions: Additional custom instructions (followed only when not in conflict with existing
|
|
976
|
+
rules)
|
|
977
|
+
|
|
969
978
|
qa_options: Question answering configuration options
|
|
970
979
|
|
|
971
980
|
extra_headers: Send extra headers
|
|
@@ -987,6 +996,7 @@ class AsyncStoresResource(AsyncAPIResource):
|
|
|
987
996
|
"file_ids": file_ids,
|
|
988
997
|
"search_options": search_options,
|
|
989
998
|
"stream": stream,
|
|
999
|
+
"instructions": instructions,
|
|
990
1000
|
"qa_options": qa_options,
|
|
991
1001
|
},
|
|
992
1002
|
store_question_answering_params.StoreQuestionAnsweringParams,
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_chunk_search_options_param.py
RENAMED
|
@@ -38,6 +38,12 @@ class AgenticAgenticSearchConfig(TypedDict, total=False):
|
|
|
38
38
|
queries_per_round: int
|
|
39
39
|
"""Maximum queries per round"""
|
|
40
40
|
|
|
41
|
+
instructions: Optional[str]
|
|
42
|
+
"""
|
|
43
|
+
Additional custom instructions (followed only when not in conflict with existing
|
|
44
|
+
rules)
|
|
45
|
+
"""
|
|
46
|
+
|
|
41
47
|
|
|
42
48
|
Agentic: TypeAlias = Union[bool, AgenticAgenticSearchConfig]
|
|
43
49
|
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_question_answering_params.py
RENAMED
|
@@ -37,6 +37,12 @@ class StoreQuestionAnsweringParams(TypedDict, total=False):
|
|
|
37
37
|
stream: bool
|
|
38
38
|
"""Whether to stream the answer"""
|
|
39
39
|
|
|
40
|
+
instructions: Optional[str]
|
|
41
|
+
"""
|
|
42
|
+
Additional custom instructions (followed only when not in conflict with existing
|
|
43
|
+
rules)
|
|
44
|
+
"""
|
|
45
|
+
|
|
40
46
|
qa_options: QaOptions
|
|
41
47
|
"""Question answering configuration options"""
|
|
42
48
|
|
|
@@ -78,6 +78,12 @@ class SearchOptionsAgenticAgenticSearchConfig(TypedDict, total=False):
|
|
|
78
78
|
queries_per_round: int
|
|
79
79
|
"""Maximum queries per round"""
|
|
80
80
|
|
|
81
|
+
instructions: Optional[str]
|
|
82
|
+
"""
|
|
83
|
+
Additional custom instructions (followed only when not in conflict with existing
|
|
84
|
+
rules)
|
|
85
|
+
"""
|
|
86
|
+
|
|
81
87
|
|
|
82
88
|
SearchOptionsAgentic: TypeAlias = Union[bool, SearchOptionsAgenticAgenticSearchConfig]
|
|
83
89
|
|
|
@@ -316,6 +316,7 @@ class TestStores:
|
|
|
316
316
|
"apply_search_rules": True,
|
|
317
317
|
},
|
|
318
318
|
stream=True,
|
|
319
|
+
instructions="x",
|
|
319
320
|
qa_options={
|
|
320
321
|
"cite": True,
|
|
321
322
|
"multimodal": True,
|
|
@@ -702,6 +703,7 @@ class TestAsyncStores:
|
|
|
702
703
|
"apply_search_rules": True,
|
|
703
704
|
},
|
|
704
705
|
stream=True,
|
|
706
|
+
instructions="x",
|
|
705
707
|
qa_options={
|
|
706
708
|
"cite": True,
|
|
707
709
|
"multimodal": True,
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/resources/data_sources/data_sources.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
|
|
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
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/connector_create_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/connector_list_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/connector_update_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/data_sources/data_source_connector.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
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/content_create_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/created_json_schema.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/enhanced_json_schema.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/extraction_result.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/image_url_input_param.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/job_create_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/schema_create_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/schema_enhance_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/schema_validate_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/text_input_param.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/extractions/validated_json_schema.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
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/multipart_upload_part_param.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/multipart_upload_part_url.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_complete_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/files/upload_retrieve_response.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/scored_audio_url_input_chunk.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/scored_image_url_input_chunk.py
RENAMED
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/scored_video_url_input_chunk.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/shared/search_filter_condition.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
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_metadata_facets_params.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_metadata_facets_response.py
RENAMED
|
File without changes
|
{mixedbread-0.48.0 → mixedbread-0.49.0}/src/mixedbread/types/store_question_answering_response.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
|
|
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
|