LICENSE
README.md
pyproject.toml
backend/__init__.py
backend/main.py
studygraph/__init__.py
studygraph/__main__.py
studygraph/build.py
studygraph/canonicalize.py
studygraph/catalog.py
studygraph/chat_store.py
studygraph/chunking.py
studygraph/citations.py
studygraph/cli.py
studygraph/config.py
studygraph/context_builder.py
studygraph/credentials.py
studygraph/dashboard.py
studygraph/decision.py
studygraph/dedup.py
studygraph/default_config.yaml
studygraph/default_env.example
studygraph/demo.py
studygraph/embeddings.py
studygraph/eval_dataset.py
studygraph/eval_report.py
studygraph/export.py
studygraph/extract.py
studygraph/hybrid_search.py
studygraph/ingest.py
studygraph/knowledge_base.py
studygraph/llm.py
studygraph/markdown_export.py
studygraph/qa.py
studygraph/qa_eval.py
studygraph/quality.py
studygraph/retrieval_eval.py
studygraph/review.py
studygraph/scoring.py
studygraph/search.py
studygraph/search_index.py
studygraph/telegram_export.py
studygraph/vector_index.py
studygraph/vector_search.py
studygraph.egg-info/PKG-INFO
studygraph.egg-info/SOURCES.txt
studygraph.egg-info/dependency_links.txt
studygraph.egg-info/entry_points.txt
studygraph.egg-info/requires.txt
studygraph.egg-info/top_level.txt
studygraph/demo_pdfs/analisi1_good.pdf
studygraph/demo_pdfs/low_quality_scan.pdf
studygraph/demo_pdfs/privacy_risky.pdf
studygraph/demo_pdfs/unrelated_document.pdf
studygraph/demo_pdfs/unrelated_duplicate.pdf
studygraph/prompts/__init__.py
studygraph/prompts/document_scorer.md
studygraph/prompts/policy_risk.md
studygraph/schemas/__init__.py
studygraph/schemas/score.schema.json
tests/test_build.py
tests/test_canonicalize.py
tests/test_catalog.py
tests/test_chat.py
tests/test_chunking.py
tests/test_citations.py
tests/test_cli_smoke.py
tests/test_config.py
tests/test_context_builder.py
tests/test_decision.py
tests/test_dedup.py
tests/test_embeddings.py
tests/test_eval_dataset.py
tests/test_eval_report.py
tests/test_export.py
tests/test_extract.py
tests/test_hybrid_search.py
tests/test_ingest.py
tests/test_knowledge_base.py
tests/test_markdown_export.py
tests/test_qa.py
tests/test_qa_eval.py
tests/test_quality.py
tests/test_retrieval_eval.py
tests/test_review.py
tests/test_search.py
tests/test_search_index.py
tests/test_vector_index.py
tests/test_vector_search.py
tests/test_web.py