LICENSE
README.md
pyproject.toml
src/sift/__init__.py
src/sift/bench.py
src/sift/cli.py
src/sift/config.py
src/sift/db.py
src/sift/download.py
src/sift/engine.py
src/sift/indexer.py
src/sift/kde_install.py
src/sift/krunner.py
src/sift/maint.py
src/sift/open_hit.py
src/sift/search.py
src/sift/service_install.py
src/sift/extractors/__init__.py
src/sift/extractors/chunking.py
src/sift/extractors/docx.py
src/sift/extractors/html.py
src/sift/extractors/pdf.py
src/sift/extractors/text.py
src/sift/gui/__init__.py
src/sift/gui/app.py
src/sift/gui/settings.py
src/sift/models/__init__.py
src/sift/models/asr.py
src/sift/models/image_embed.py
src/sift/models/ocr.py
src/sift/models/pins.py
src/sift/models/text_embed.py
src/sift_search_kde.egg-info/PKG-INFO
src/sift_search_kde.egg-info/SOURCES.txt
src/sift_search_kde.egg-info/dependency_links.txt
src/sift_search_kde.egg-info/entry_points.txt
src/sift_search_kde.egg-info/requires.txt
src/sift_search_kde.egg-info/top_level.txt
tests/test_asr.py
tests/test_bench.py
tests/test_chunking.py
tests/test_config_maint.py
tests/test_db.py
tests/test_frontends.py
tests/test_fusion.py
tests/test_image.py
tests/test_indexer.py
tests/test_ocr.py
tests/test_pins.py
tests/test_search.py
tests/test_semantic.py