CLAUDE.md
CONTEXT.md
MANIFEST.in
README.md
README_en.md
__init__.py
client.py
collection.py
pyproject.toml
test_conn.py
utility.py
./__init__.py
./client.py
./collection.py
./test_conn.py
./utility.py
./async_impl/__init__.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/connections.py
./core/constants.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/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/connections.py
core/constants.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_async.py
tests/test_async_alignment.py
tests/test_async_executor.py
tests/test_async_integration.py
tests/test_async_with_executor.py
tests/test_client_compat.py
tests/test_collection.py
tests/test_collection_adapter.py
tests/test_collection_core.py
tests/test_collection_integration.py
tests/test_collection_properties.py
tests/test_collection_signatures.py
tests/test_connection_alignment.py
tests/test_connection_provider.py
tests/test_connections.py
tests/test_constants.py
tests/test_datatype_compat.py
tests/test_datatype_intenum.py
tests/test_datatype_mapping.py
tests/test_exception_aliases.py
tests/test_exceptions.py
tests/test_executor.py
tests/test_exports.py
tests/test_hybrid_search.py
tests/test_index_builder.py
tests/test_integration.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_return_type_rename.py
tests/test_schema.py
tests/test_schema_alignment.py
tests/test_search_builder.py
tests/test_type_alignment.py
tests/test_utility.py
tests/test_utility_compat.py
tests/test_utility_integration.py
tests/test_utils.py
tests/test_vastbase_client.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