LICENSE
README.md
pyproject.toml
docureason/__init__.py
docureason/__main__.py
docureason/pipeline.py
docureason/ingestion/__init__.py
docureason/serving/__init__.py
docureason_framework.egg-info/PKG-INFO
docureason_framework.egg-info/SOURCES.txt
docureason_framework.egg-info/dependency_links.txt
docureason_framework.egg-info/entry_points.txt
docureason_framework.egg-info/requires.txt
docureason_framework.egg-info/top_level.txt
src/tripath/__init__.py
src/tripath/config.py
src/tripath/attribution/citation_checker.py
src/tripath/attribution/nli_attributor.py
src/tripath/evaluation/ablation.py
src/tripath/evaluation/artifact_quality.py
src/tripath/evaluation/benchmark_dataset.py
src/tripath/evaluation/benchmark_runner.py
src/tripath/evaluation/dataset_exporter.py
src/tripath/evaluation/eval_harness.py
src/tripath/evaluation/mlflow_tracker.py
src/tripath/evaluation/table_eval.py
src/tripath/fusion/fuse.py
src/tripath/fusion/late_fusion.py
src/tripath/fusion/normalize.py
src/tripath/generation/generate.py
src/tripath/generation/prompt_builder.py
src/tripath/indexing/artifact_writer.py
src/tripath/indexing/dense_index.py
src/tripath/indexing/sparse_index.py
src/tripath/indexing/table_encoder.py
src/tripath/indexing/text_encoder.py
src/tripath/indexing/vision_encoder.py
src/tripath/ingestion/chunker.py
src/tripath/ingestion/docling_layout_parser.py
src/tripath/ingestion/docling_wrapper.py
src/tripath/ingestion/figure_captioner.py
src/tripath/ingestion/format_loader.py
src/tripath/ingestion/identity.py
src/tripath/ingestion/modality_splitter.py
src/tripath/ingestion/ocr_fallback.py
src/tripath/ingestion/schema.py
src/tripath/ingestion/table_serializer.py
src/tripath/retrieval/chart_understanding.py
src/tripath/retrieval/embedder.py
src/tripath/retrieval/hybrid_retriever.py
src/tripath/retrieval/ranker.py
src/tripath/retrieval/table_retrieval.py
src/tripath/retrieval/table_sql.py
src/tripath/retrieval/text_retrieval.py
src/tripath/retrieval/vision_retrieval.py
src/tripath/router/configurable_router.py
src/tripath/router/infer_router.py
src/tripath/router/train_router.py
src/tripath/serving/async_query_service.py
src/tripath/serving/main.py
src/tripath/serving/query_service.py
src/tripath/utils/__init__.py
src/tripath/utils/logger.py
src/tripath/utils/tracing.py
tests/test_config.py