.gitignore
CHANGELOG.md
CLA.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/FUNDING.yaml
.github/pull_request_template.md
.github/workflows/publish.yml
benchmarks/benchmark_vs_tfidf.py
examples/basic_usage.py
examples/compare_examples.py
examples/composition_usage.py
examples/family_usage.py
idri/__init__.py
idri/composer.py
idri/encoder.py
idri/explain.py
idri/features.py
idri/profiles.py
idri/ri.py
idri/similarity.py
idri/types.py
idri/utils.py
idri.egg-info/PKG-INFO
idri.egg-info/SOURCES.txt
idri.egg-info/dependency_links.txt
idri.egg-info/requires.txt
idri.egg-info/top_level.txt
tests/test_compose_vectors.py
tests/test_composer.py
tests/test_encoder.py
tests/test_explain.py
tests/test_profiles.py
tests/test_ri.py
tests/test_similarity.py