LICENSE
MANIFEST.in
README.md
pyproject.toml
src/fast_forward/__init__.py
src/fast_forward/py.typed
src/fast_forward/ranking.py
src/fast_forward/docs/encoder.md
src/fast_forward/docs/index.md
src/fast_forward/docs/indexer.md
src/fast_forward/docs/main.md
src/fast_forward/docs/pyterrier.md
src/fast_forward/docs/quantizer.md
src/fast_forward/docs/ranking.md
src/fast_forward/docs/util.md
src/fast_forward/encoder/__init__.py
src/fast_forward/encoder/base.py
src/fast_forward/encoder/transformer.py
src/fast_forward/index/__init__.py
src/fast_forward/index/base.py
src/fast_forward/index/disk.py
src/fast_forward/index/memory.py
src/fast_forward/quantizer/__init__.py
src/fast_forward/quantizer/base.py
src/fast_forward/quantizer/nanopq.py
src/fast_forward/util/__init__.py
src/fast_forward/util/indexer.py
src/fast_forward/util/pyterrier.py
src/fast_forward_indexes.egg-info/PKG-INFO
src/fast_forward_indexes.egg-info/SOURCES.txt
src/fast_forward_indexes.egg-info/dependency_links.txt
src/fast_forward_indexes.egg-info/requires.txt
src/fast_forward_indexes.egg-info/top_level.txt
tests/test_encoder.py
tests/test_index.py
tests/test_indexer.py
tests/test_quantizer.py
tests/test_ranking.py
tests/test_util.py