.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
.safety-policy.yml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
noxfile.py
pyproject.toml
.github/codecov.yaml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/empty_issue.md
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/benchmarks.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
.reuse/dep5
LICENSES/Apache-2.0.txt
LICENSES/BSD-3-Clause.txt
LICENSES/Python-2.0.txt
docs/udfs.md
examples/blip2_image_desc_lib.py
examples/clip.py
examples/common_sql_functions.py
examples/dir_expansion.py
examples/hf_pipeline.py
examples/iptc_exif_xmp_lib.py
examples/llava2_image_desc_lib.py
examples/llm-claude-aggregate-query.py
examples/llm-claude-simple-query.py
examples/llm-claude.py
examples/loader.py
examples/openai_image_desc_lib.py
examples/openimage-detect.py
examples/pose_detection.py
examples/torch-loader.py
examples/unstructured-text.py
examples/wds.py
examples/wds_filtered.py
examples/wds_meta.py
examples/neurips/README
examples/neurips/distance_to_query.py
examples/neurips/llm_chat.py
examples/neurips/requirements.txt
examples/neurips/single_query.py
examples/neurips/text_loaders.py
examples/udfs/batching.py
examples/udfs/image_transformation.py
examples/udfs/parallel.py
examples/udfs/simple.py
examples/udfs/stateful.py
examples/udfs/stateful_similarity.py
examples/zalando/zalando_clip.py
examples/zalando/zalando_dir_as_class.py
examples/zalando/zalando_splits_and_classes_ds.py
examples/zalando/zalando_splits_and_classes_output.py
src/dvcx/__init__.py
src/dvcx/__main__.py
src/dvcx/_version.py
src/dvcx/asyn.py
src/dvcx/cache.py
src/dvcx/cli.py
src/dvcx/cli_utils.py
src/dvcx/config.py
src/dvcx/dataset.py
src/dvcx/error.py
src/dvcx/listing.py
src/dvcx/node.py
src/dvcx/nodes_fetcher.py
src/dvcx/nodes_thread_pool.py
src/dvcx/progress.py
src/dvcx/py.typed
src/dvcx/storage.py
src/dvcx/utils.py
src/dvcx.egg-info/PKG-INFO
src/dvcx.egg-info/SOURCES.txt
src/dvcx.egg-info/dependency_links.txt
src/dvcx.egg-info/entry_points.txt
src/dvcx.egg-info/requires.txt
src/dvcx.egg-info/top_level.txt
src/dvcx/catalog/__init__.py
src/dvcx/catalog/catalog.py
src/dvcx/catalog/datasource.py
src/dvcx/catalog/loader.py
src/dvcx/client/__init__.py
src/dvcx/client/azure.py
src/dvcx/client/fileslice.py
src/dvcx/client/fsspec.py
src/dvcx/client/gcs.py
src/dvcx/client/local.py
src/dvcx/client/s3.py
src/dvcx/data_storage/__init__.py
src/dvcx/data_storage/db_engine.py
src/dvcx/data_storage/id_generator.py
src/dvcx/data_storage/metastore.py
src/dvcx/data_storage/schema.py
src/dvcx/data_storage/serializer.py
src/dvcx/data_storage/sqlite.py
src/dvcx/data_storage/warehouse.py
src/dvcx/lib/__init__.py
src/dvcx/lib/cached_stream.py
src/dvcx/lib/claude.py
src/dvcx/lib/dataset.py
src/dvcx/lib/feature.py
src/dvcx/lib/feature_types.py
src/dvcx/lib/feature_udf.py
src/dvcx/lib/file.py
src/dvcx/lib/gpt4_vision.py
src/dvcx/lib/hf_image_to_text.py
src/dvcx/lib/hf_pipeline.py
src/dvcx/lib/image.py
src/dvcx/lib/image_transform.py
src/dvcx/lib/iptc_exif_xmp.py
src/dvcx/lib/pytorch.py
src/dvcx/lib/reader.py
src/dvcx/lib/tar_file.py
src/dvcx/lib/text.py
src/dvcx/lib/udf.py
src/dvcx/lib/unstructured.py
src/dvcx/lib/utils.py
src/dvcx/lib/webdataset.py
src/dvcx/lib/webdataset_laion.py
src/dvcx/lib/webdataset_meta.py
src/dvcx/query/__init__.py
src/dvcx/query/batch.py
src/dvcx/query/builtins.py
src/dvcx/query/dataset.py
src/dvcx/query/dispatch.py
src/dvcx/query/params.py
src/dvcx/query/schema.py
src/dvcx/query/session.py
src/dvcx/query/udf.py
src/dvcx/remote/__init__.py
src/dvcx/remote/studio.py
src/dvcx/sql/__init__.py
src/dvcx/sql/selectable.py
src/dvcx/sql/types.py
src/dvcx/sql/utils.py
src/dvcx/sql/default/__init__.py
src/dvcx/sql/default/base.py
src/dvcx/sql/functions/__init__.py
src/dvcx/sql/functions/array.py
src/dvcx/sql/functions/conditional.py
src/dvcx/sql/functions/path.py
src/dvcx/sql/functions/random.py
src/dvcx/sql/functions/string.py
src/dvcx/sql/sqlite/__init__.py
src/dvcx/sql/sqlite/base.py
src/dvcx/sql/sqlite/types.py
src/dvcx/sql/sqlite/vector.py
tests/__init__.py
tests/conftest.py
tests/data.py
tests/test_cli_e2e.py
tests/test_query_e2e.py
tests/utils.py
tests/benchmarks/__init__.py
tests/benchmarks/conftest.py
tests/benchmarks/test_ls.py
tests/benchmarks/test_version.py
tests/func/__init__.py
tests/func/test_catalog.py
tests/func/test_client.py
tests/func/test_dataset_query.py
tests/func/test_datasets.py
tests/func/test_ls.py
tests/func/test_pull.py
tests/func/test_pytorch.py
tests/func/test_query.py
tests/scripts/name_len_normal.py
tests/scripts/name_len_slow.py
tests/unit/__init__.py
tests/unit/test_asyn.py
tests/unit/test_cache.py
tests/unit/test_catalog.py
tests/unit/test_catalog_loader.py
tests/unit/test_cli_parsing.py
tests/unit/test_client.py
tests/unit/test_client_s3.py
tests/unit/test_data_storage.py
tests/unit/test_database_engine.py
tests/unit/test_dataset.py
tests/unit/test_dataset_row.py
tests/unit/test_dispatch.py
tests/unit/test_fileslice.py
tests/unit/test_id_generator.py
tests/unit/test_listing.py
tests/unit/test_metastore.py
tests/unit/test_query_params.py
tests/unit/test_serializer.py
tests/unit/test_session.py
tests/unit/test_storage.py
tests/unit/test_udf.py
tests/unit/test_utils.py
tests/unit/test_warehouse.py
tests/unit/lib/__init__.py
tests/unit/lib/test_cached_stream.py
tests/unit/lib/test_feature.py
tests/unit/lib/test_feature_udf.py
tests/unit/lib/test_file.py
tests/unit/lib/test_image.py
tests/unit/lib/test_reader.py
tests/unit/lib/test_text.py
tests/unit/lib/test_webdataset.py
tests/unit/lib/test_webdataset_meta.py
tests/unit/sql/__init__.py
tests/unit/sql/test_array.py
tests/unit/sql/test_conditional.py
tests/unit/sql/test_path.py
tests/unit/sql/test_random.py
tests/unit/sql/test_selectable.py
tests/unit/sql/test_string.py
tests/unit/sql/sqlite/__init__.py
tests/unit/sql/sqlite/test_utils.py