Add dataset preparation script β downloads Wikipedia/arxiv/BBC, verifies 2M+ tokens, ingests into TigerGraph 3ee4528 verified muthuk1 commited on 5 days ago
Fix #7: Update dashboard.py β 3-column layout (LLM-Only / Basic RAG / GraphRAG), fix _get_demo_passages() query matching, add LLM-Judge + BERTScore display ac2d14c verified muthuk1 commited on 8 days ago
Fix #9: Update benchmark runner for 3-pipeline comparison + LLM-as-a-Judge + BERTScore evaluation ddfbb09 verified muthuk1 commited on 8 days ago
Update __init__.py with new exports (TGGraphRAGClient, TripleComparisonResult, LLM judge, BERTScore, etc.) df00339 verified muthuk1 commited on 8 days ago
Fix #5: Install advanced GSQL queries (PPR, paths, activation) in setup_tigergraph.py 2941bc4 verified muthuk1 commited on 8 days ago
Fix #3: Add LLM-as-a-Judge (PASS/FAIL) + BERTScore evaluation β the two hackathon-required accuracy metrics f486777 verified muthuk1 commited on 8 days ago
Fix #2+#4+#6: Add LLM-Only pipeline, wire NoveltyEngine, integrate TG GraphRAG client, 3-pipeline comparison 079d32f verified muthuk1 commited on 8 days ago
Fix #1: Add TigerGraph GraphRAG integration layer wrapping official repo REST APIs 3101051 verified muthuk1 commited on 8 days ago
Add advanced GSQL queries: PPR scoring, shortest paths, spreading activation, community detection" fe766f7 verified muthuk1 commited on 12 days ago
Add GraphRAG novelties engine: PPR scoring, token budget, path pruning, spreading activation, hybrid router, incremental updates 4dd67cd verified muthuk1 commited on 12 days ago
Wire UniversalLLM into layers __init__ + add benchmark API endpoint for live runs 91ff0de verified muthuk1 commited on 12 days ago
Add Python universal LLM layer with LiteLLM supporting 12 providers + Ollama 2cd4ca5 verified muthuk1 commited on 12 days ago
Add 4-tab Gradio Dashboard (Live Comparison, Batch Benchmark, Cost Analysis, Graph Explorer) dffc215 verified muthuk1 commited on 12 days ago
Add main entry point (CLI: dashboard, benchmark, ingest, demo) 0a8419b verified muthuk1 commited on 12 days ago
Add Layer 2: Inference Orchestration (dual pipeline, adaptive routing, comparison) a23a620 verified muthuk1 commited on 12 days ago
Add Layer 4: Evaluation Layer (RAGAS + custom F1/EM metrics + benchmarking) 0117576 verified muthuk1 commited on 12 days ago
Add Layer 1: Graph Layer (TigerGraph schema, GSQL queries, vector search, traversal) 6488963 verified muthuk1 commited on 12 days ago
Add Layer 3: LLM Layer (generation, entity extraction, keyword extraction, complexity analysis) 06a5155 verified muthuk1 commited on 12 days ago