MANIFEST.in
README.md
README_en.md
__init__.py
client.py
collection.py
pyproject.toml
utility.py
./__init__.py
./client.py
./collection.py
./utility.py
./async_impl/__init__.py
./async_impl/client.py
./async_impl/collection.py
./async_impl/connections.py
./async_impl/index_builder.py
./async_impl/search_builder.py
./async_impl/utility.py
./core/__init__.py
./core/collection_core.py
./core/compat.py
./core/connections.py
./core/constants.py
./core/dataframe_schema.py
./core/exceptions.py
./core/executor.py
./core/mutation_result.py
./core/schema.py
./core/search_result.py
./core/vector_types.py
./executor/__init__.py
./executor/async_impl.py
./executor/sync.py
./index/__init__.py
./index/index_builder.py
./operations/__init__.py
./operations/admin.py
./operations/ddl.py
./operations/delete.py
./operations/index.py
./operations/insert.py
./operations/query.py
./operations/result.py
./operations/schema_reflect.py
./operations/search.py
./operations/search_result.py
./operations/upsert.py
./orm/__init__.py
./orm/base.py
./orm/fields.py
./search/__init__.py
./search/search_builder.py
./utils/__init__.py
./utils/distance_utils.py
./utils/filter_utils.py
./utils/index_utils.py
./utils/result_utils.py
./utils/sql_utils.py
./utils/vector_utils.py
async_impl/__init__.py
async_impl/client.py
async_impl/collection.py
async_impl/connections.py
async_impl/index_builder.py
async_impl/search_builder.py
async_impl/utility.py
core/__init__.py
core/collection_core.py
core/compat.py
core/connections.py
core/constants.py
core/dataframe_schema.py
core/exceptions.py
core/executor.py
core/mutation_result.py
core/schema.py
core/search_result.py
core/vector_types.py
executor/__init__.py
executor/async_impl.py
executor/sync.py
index/__init__.py
index/index_builder.py
operations/__init__.py
operations/admin.py
operations/ddl.py
operations/delete.py
operations/index.py
operations/insert.py
operations/query.py
operations/result.py
operations/schema_reflect.py
operations/search.py
operations/search_result.py
operations/upsert.py
orm/__init__.py
orm/base.py
orm/fields.py
search/__init__.py
search/search_builder.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_apiref_fieldschema_keyword_only_contract.py
tests/test_async.py
tests/test_async_alignment.py
tests/test_async_alter_field_collection_stats_compat.py
tests/test_async_collection_search_iterator.py
tests/test_async_executor.py
tests/test_async_has_collection_sql_alignment.py
tests/test_async_integration.py
tests/test_async_mirrors_compat.py
tests/test_async_search_builder_ef_search.py
tests/test_async_vastbase_client_compat.py
tests/test_async_with_executor.py
tests/test_buffer_inspect.py
tests/test_build_batch_query_id.py
tests/test_client_aliases_factories_compat.py
tests/test_client_compat.py
tests/test_client_missing_methods_compat.py
tests/test_client_missing_pymilvus_methods_stubs.py
tests/test_client_partition_names_compat.py
tests/test_collection.py
tests/test_collection_adapter.py
tests/test_collection_construct_from_dataframe.py
tests/test_collection_core.py
tests/test_collection_integration.py
tests/test_collection_orm_delegates_compat.py
tests/test_collection_properties.py
tests/test_collection_schema_construct_from_dict.py
tests/test_collection_signatures.py
tests/test_connection_alignment.py
tests/test_connection_provider.py
tests/test_connections.py
tests/test_connections_compat_shims.py
tests/test_connections_get_connection_addr_compat.py
tests/test_constants.py
tests/test_create_index_compat.py
tests/test_datatype_compat.py
tests/test_datatype_intenum.py
tests/test_datatype_mapping.py
tests/test_datatype_value_bridge.py
tests/test_drop_index_compat.py
tests/test_exception_aliases.py
tests/test_exceptions.py
tests/test_executor.py
tests/test_exports.py
tests/test_filter_eq_normalization.py
tests/test_get_loading_progress_shape.py
tests/test_hybrid_search.py
tests/test_hybrid_search_req_expr.py
tests/test_index_builder.py
tests/test_indextype_ivfflat_alias.py
tests/test_init_exports_compat.py
tests/test_insert_upsert_compat.py
tests/test_integration.py
tests/test_iterator_next_method.py
tests/test_list_aliases_definition_match.py
tests/test_list_indexes_field_filter_compat.py
tests/test_migration_doc_claims.py
tests/test_mutation_result.py
tests/test_operations.py
tests/test_operations_compat.py
tests/test_orm.py
tests/test_packaging.py
tests/test_parameter_unification.py
tests/test_pool_del_repro.py
tests/test_query_iterator_limit.py
tests/test_query_iterator_server_side_pagination.py
tests/test_ranker_integration.py
tests/test_readme_exception_import_contract.py
tests/test_return_type_rename.py
tests/test_schema.py
tests/test_schema_alignment.py
tests/test_search_builder.py
tests/test_search_iterator_round_decimal.py
tests/test_search_iterator_signature_alignment.py
tests/test_search_query_delete_dualname.py
tests/test_sync_async_exception_wrapping_alignment.py
tests/test_type_alignment.py
tests/test_utility.py
tests/test_utility_compat.py
tests/test_utility_integration.py
tests/test_utility_search_iterator_fix.py
tests/test_utility_sql_alias_alignment.py
tests/test_utils.py
tests/test_vastbase_client.py
tests/test_vector_operator_mapping.py
tests/test_vector_types.py
tests/test_with_executor.py
utils/__init__.py
utils/distance_utils.py
utils/filter_utils.py
utils/index_utils.py
utils/result_utils.py
utils/sql_utils.py
utils/vector_utils.py