LICENSE
MANIFEST.in
README.md
config.example.yml
pyproject.toml
docs2synth/__init__.py
docs2synth.egg-info/PKG-INFO
docs2synth.egg-info/SOURCES.txt
docs2synth.egg-info/dependency_links.txt
docs2synth.egg-info/entry_points.txt
docs2synth.egg-info/requires.txt
docs2synth.egg-info/top_level.txt
docs2synth/datasets/__init__.py
docs2synth/datasets/downloader.py
docs2synth/datasets/parquet_loader.py
docs2synth/qa/__init__.py
docs2synth/qa/config.py
docs2synth/qa/qa_batch.py
docs2synth/qa/strategies.py
docs2synth/qa/verify_batch.py
docs2synth/rag/__init__.py
docs2synth/rag/base.py
docs2synth/rag/embeddings.py
docs2synth/rag/our_retriever.py
docs2synth/rag/pipeline.py
docs2synth/rag/strategies.py
docs2synth/rag/streamlit_app.py
docs2synth/rag/types.py
docs2synth/rag/vector_store.py
docs2synth/retriever/__init__.py
docs2synth/retriever/dataset.py
docs2synth/retriever/metrics.py
docs2synth/retriever/model.py
docs2synth/retriever/preprocess.py
docs2synth/retriever/training.py
docs2synth/retriever/validation.py
docs2synth/utils/__init__.py
docs2synth/utils/config.py
docs2synth/utils/logging.py
docs2synth/utils/pdf_images.py
docs2synth/utils/text.py
docs2synth/utils/timer.py
tests/test_agent_factory.py
tests/test_cli.py
tests/test_config.py
tests/test_datasets.py
tests/test_docling.py
tests/test_easyocr.py
tests/test_imports.py
tests/test_integration_pipeline.py
tests/test_logging.py
tests/test_mcp_basic.py
tests/test_mcp_config_advanced.py
tests/test_mcp_document_index.py
tests/test_mcp_prompts.py
tests/test_mcp_resources.py
tests/test_mcp_server.py
tests/test_mcp_tools.py
tests/test_paddleocr.py
tests/test_paddleocr_no_dep.py
tests/test_pdfplumber.py
tests/test_qa_verifiers.py
tests/test_runner.py
tests/test_schema.py
tests/test_timer.py