LICENSE
README.md
pyproject.toml
src/themisim/__init__.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/pipeline.py
src/themisim/preprocess.py
src/themisim/query.py
src/themisim/search.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/build_index.py
src/themisim/cli/download.py
src/themisim/cli/query.py
tests/test_catalog.py
tests/test_embed_grouping.py
tests/test_export.py
tests/test_query.py
tests/test_search.py