LICENSE
README.md
pyproject.toml
assets/ragwire.png
ragwire/__init__.py
ragwire/cli.py
ragwire/py.typed
ragwire.egg-info/PKG-INFO
ragwire.egg-info/SOURCES.txt
ragwire.egg-info/dependency_links.txt
ragwire.egg-info/entry_points.txt
ragwire.egg-info/requires.txt
ragwire.egg-info/top_level.txt
ragwire/core/__init__.py
ragwire/core/config.py
ragwire/core/pipeline.py
ragwire/embeddings/__init__.py
ragwire/embeddings/factory.py
ragwire/eval/__init__.py
ragwire/eval/golden.py
ragwire/eval/metrics.py
ragwire/eval/runner.py
ragwire/generation/__init__.py
ragwire/generation/answer.py
ragwire/generation/generator.py
ragwire/loaders/__init__.py
ragwire/loaders/markitdown_loader.py
ragwire/loaders/page_loader.py
ragwire/mcp/__init__.py
ragwire/mcp/server.py
ragwire/mcp/tools.py
ragwire/metadata/__init__.py
ragwire/metadata/extractor.py
ragwire/metadata/schema.py
ragwire/processing/__init__.py
ragwire/processing/hashing.py
ragwire/processing/splitter.py
ragwire/retriever/__init__.py
ragwire/retriever/hybrid.py
ragwire/retriever/rerank.py
ragwire/sources/__init__.py
ragwire/sources/base.py
ragwire/sources/local.py
ragwire/sources/s3.py
ragwire/utils/__init__.py
ragwire/utils/logging.py
ragwire/utils/retry.py
ragwire/vectorstores/__init__.py
ragwire/vectorstores/qdrant_store.py
tests/test_config_paths.py
tests/test_eval.py
tests/test_generation.py
tests/test_imports.py
tests/test_ingestion.py
tests/test_mcp.py
tests/test_page_splitting.py
tests/test_regressions.py
tests/test_rerank.py
tests/test_sync.py