CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
docs/api.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/implementation/ALIGNMENT_ALGORITHM_UPDATE.md
docs/implementation/FINALIZATION_SUMMARY.md
docs/implementation/PERFORMANCE_ENHANCEMENTS.md
docs/implementation/SLIDING_WINDOW_CACHE_ANALYSIS.md
docs/implementation/SLIDING_WINDOW_IMPLEMENTATION.md
docs/implementation/SMART_SEARCH_IMPLEMENTATION.md
scripts/build_vector_index.py
src/quran_ayah_lookup/__init__.py
src/quran_ayah_lookup/api.py
src/quran_ayah_lookup/cli.py
src/quran_ayah_lookup/loader.py
src/quran_ayah_lookup/models.py
src/quran_ayah_lookup/text_utils.py
src/quran_ayah_lookup/vector_search.py
src/quran_ayah_lookup.egg-info/PKG-INFO
src/quran_ayah_lookup.egg-info/SOURCES.txt
src/quran_ayah_lookup.egg-info/dependency_links.txt
src/quran_ayah_lookup.egg-info/entry_points.txt
src/quran_ayah_lookup.egg-info/requires.txt
src/quran_ayah_lookup.egg-info/top_level.txt
src/quran_ayah_lookup/resources/quran-uthmani_all.txt
src/quran_ayah_lookup/resources/simple-clean.txt
src/quran_ayah_lookup/resources/simple-minimal.txt
src/quran_ayah_lookup/resources/simple-plain.txt
src/quran_ayah_lookup/resources/simple.txt
src/quran_ayah_lookup/resources/uthmani.txt
src/quran_ayah_lookup/resources/vector/bm25_index.pkl
src/quran_ayah_lookup/resources/vector/faiss_index.bin
src/quran_ayah_lookup/resources/vector/faiss_sym_index.bin
src/quran_ayah_lookup/resources/vector/vindex_mapping.json
src/quran_ayah_lookup/resources/vector/vindex_sym_mapping.json
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_fuzzy_search.py
tests/test_init.py
tests/test_multi_db.py
tests/test_sliding_window.py
tests/test_smart_search.py
tests/test_text_utils.py
tests/test_vector_search.py