LCA-ChatBot-Streamlit / phase_b_query

Commit History

added rag-only or rag + kg-graph option for LLM response
223b8a3

sshobhit1106 commited on

Add 3-way eval (no-RAG/RAG/RAG+graph) with per-call graph toggle and --sample flag
e068f04

sshobhit1106 commited on

added knowledge graphs and fix: correct BERTScore unpacking to use recall not precision (bert_score returns P,R,F1); relabel stale precision values in eval_results.json
5568c1a

sshobhit1106 commited on

added new webpage with feature of generating report using LLM + RAG
524fbf0

sshobhit1106 commited on

Consolidated all per-(book,model) eval files into one eval_predictions.jsonl and one eval_results.json (tagged internally by model/provider/book), migrated existing data in, and updated the readme
f567878

sshobhit1106 commited on

Multi-book RAG support: config.BOOKS registry ingesting multiple PDFs into one Chroma collection with book-aware citations, robust chapter tagging for TOC-less/junk-TOC PDFs, an incremental --add flag to index a new PDF without a full re-embed, and updated README (multi-book docs + Limitations).
bd22721

sshobhit1106 commited on

improved comments of phase_b_query - 1
dfc6d7f

sshobhit1106 commited on

added comment for each code files for better understanding
5957e3b

sshobhit1106 commited on

completed evaluation by generating 240 QA pairs
4804517

sshobhit1106 commited on

completed phase b and created streamlit UI for anthropic only LLM
20ee218

sshobhit1106 commited on

added basic plan made by claude
7e6947e

sshobhit1106 commited on