LICENSE
README.md
pyproject.toml
baguetter/__init__.py
baguetter/cli.py
baguetter/enums.py
baguetter/logger.py
baguetter/py.typed
baguetter/settings.py
baguetter/types.py
baguetter.egg-info/PKG-INFO
baguetter.egg-info/SOURCES.txt
baguetter.egg-info/dependency_links.txt
baguetter.egg-info/requires.txt
baguetter.egg-info/top_level.txt
baguetter/evaluation/__init__.py
baguetter/evaluation/eval.py
baguetter/evaluation/model_helpers.py
baguetter/evaluation/datasets/__init__.py
baguetter/evaluation/datasets/base.py
baguetter/evaluation/datasets/constants.py
baguetter/evaluation/datasets/hf_dataset.py
baguetter/fuser/__init__.py
baguetter/fuser/config.py
baguetter/fuser/fuser.py
baguetter/indices/__init__.py
baguetter/indices/base.py
baguetter/indices/mutli.py
baguetter/indices/search_engine.py
baguetter/indices/dense/__init__.py
baguetter/indices/dense/base.py
baguetter/indices/dense/config.py
baguetter/indices/dense/faiss.py
baguetter/indices/dense/usearch.py
baguetter/indices/sparse/__init__.py
baguetter/indices/sparse/base.py
baguetter/indices/sparse/bm25.py
baguetter/indices/sparse/bmx.py
baguetter/indices/sparse/config.py
baguetter/indices/sparse/models/__init__.py
baguetter/indices/sparse/models/bm25/__init__.py
baguetter/indices/sparse/models/bm25/index.py
baguetter/indices/sparse/models/bm25/scoring.py
baguetter/indices/sparse/models/bmx/__init__.py
baguetter/indices/sparse/models/bmx/index.py
baguetter/indices/sparse/text_preprocessor/__init__.py
baguetter/indices/sparse/text_preprocessor/normalization.py
baguetter/indices/sparse/text_preprocessor/stemmer.py
baguetter/indices/sparse/text_preprocessor/stopwords.py
baguetter/indices/sparse/text_preprocessor/text_processor.py
baguetter/indices/sparse/text_preprocessor/tokenizer.py
baguetter/utils/__init__.py
baguetter/utils/common.py
baguetter/utils/file_repository.py
baguetter/utils/numba_utils.py
baguetter/utils/numpy_cache.py
baguetter/utils/numpy_utils.py
baguetter/utils/persistable.py
baguetter/utils/sqlite_key_val.py