INSTALL_AND_RUN.md
LICENSE
MANIFEST.in
README.md
pytest.ini
requirements-dev.txt
setup.py
examples/basic_usage.py
examples/complete_example.py
examples/financial_risk_analysis.py
examples/huggingface_example.py
examples/legal_document_analysis.py
examples/medical_research_synthesis.py
examples/multi_domain_synthesis.py
examples/open_source_example.py
examples/paid_llm_example.py
examples/python_docs_example.py
examples/tech_support_example.py
ragfallback/__init__.py
ragfallback/py.typed
ragfallback.egg-info/PKG-INFO
ragfallback.egg-info/SOURCES.txt
ragfallback.egg-info/dependency_links.txt
ragfallback.egg-info/requires.txt
ragfallback.egg-info/top_level.txt
ragfallback/core/__init__.py
ragfallback/core/adaptive_retriever.py
ragfallback/strategies/__init__.py
ragfallback/strategies/base.py
ragfallback/strategies/query_variations.py
ragfallback/tracking/__init__.py
ragfallback/tracking/cost_tracker.py
ragfallback/tracking/metrics.py
ragfallback/utils/__init__.py
ragfallback/utils/confidence_scorer.py
ragfallback/utils/embedding_factory.py
ragfallback/utils/llm_factory.py
ragfallback/utils/vector_store_factory.py
tests/__init__.py
tests/conftest.py
tests/test_confidence_scorer.py
tests/test_cost_tracker.py
tests/test_integration.py
tests/test_metrics.py
tests/test_query_variations.py