LICENSE
README.md
pyproject.toml
src/themisim/__init__.py
src/themisim/benchmark.py
src/themisim/catalog.py
src/themisim/concat.py
src/themisim/config.py
src/themisim/download.py
src/themisim/embed.py
src/themisim/export.py
src/themisim/index.py
src/themisim/inventory.py
src/themisim/model.py
src/themisim/pilot.py
src/themisim/pipeline.py
src/themisim/preprocess.py
src/themisim/query.py
src/themisim/search.py
src/themisim/validate.py
src/themisim/viz.py
src/themisim/weights.py
src/themisim.egg-info/PKG-INFO
src/themisim.egg-info/SOURCES.txt
src/themisim.egg-info/dependency_links.txt
src/themisim.egg-info/entry_points.txt
src/themisim.egg-info/requires.txt
src/themisim.egg-info/top_level.txt
src/themisim/cli/__init__.py
src/themisim/cli/benchmark.py
src/themisim/cli/build_index.py
src/themisim/cli/download.py
src/themisim/cli/pilot.py
src/themisim/cli/query.py
src/themisim/data/pilot_reference_vectors.npz
src/themisim/data/pilot_specs.json
tests/test_benchmark.py
tests/test_catalog.py
tests/test_concat.py
tests/test_download.py
tests/test_embed_grouping.py
tests/test_end_to_end.py
tests/test_export.py
tests/test_index.py
tests/test_model.py
tests/test_pilot_build.py
tests/test_pilot_spec.py
tests/test_pipeline.py
tests/test_preprocess.py
tests/test_query.py
tests/test_search.py
tests/test_validate.py
tests/test_viz.py