Commit History

Add .gitignore, dataset metadata, retrieval layer, and latest web/graphrag updates
577adc4

muthuk1 commited on

Add dataset preparation script β€” downloads Wikipedia/arxiv/BBC, verifies 2M+ tokens, ingests into TigerGraph
3ee4528
verified

muthuk1 commited on

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

Fix #9: Update benchmark runner for 3-pipeline comparison + LLM-as-a-Judge + BERTScore evaluation
ddfbb09
verified

muthuk1 commited on

Update __init__.py with new exports (TGGraphRAGClient, TripleComparisonResult, LLM judge, BERTScore, etc.)
df00339
verified

muthuk1 commited on

Fix #5: Install advanced GSQL queries (PPR, paths, activation) in setup_tigergraph.py
2941bc4
verified

muthuk1 commited on

Fix #3: Add LLM-as-a-Judge (PASS/FAIL) + BERTScore evaluation β€” the two hackathon-required accuracy metrics
f486777
verified

muthuk1 commited on

Fix #2+#4+#6: Add LLM-Only pipeline, wire NoveltyEngine, integrate TG GraphRAG client, 3-pipeline comparison
079d32f
verified

muthuk1 commited on

Fix #1: Add TigerGraph GraphRAG integration layer wrapping official repo REST APIs
3101051
verified

muthuk1 commited on

Add advanced GSQL queries: PPR scoring, shortest paths, spreading activation, community detection"
fe766f7
verified

muthuk1 commited on

Add GraphRAG novelties engine: PPR scoring, token budget, path pruning, spreading activation, hybrid router, incremental updates
4dd67cd
verified

muthuk1 commited on

Wire UniversalLLM into layers __init__ + add benchmark API endpoint for live runs
91ff0de
verified

muthuk1 commited on

Add Python universal LLM layer with LiteLLM supporting 12 providers + Ollama
2cd4ca5
verified

muthuk1 commited on

Add 4-tab Gradio Dashboard (Live Comparison, Batch Benchmark, Cost Analysis, Graph Explorer)
dffc215
verified

muthuk1 commited on

Add main entry point (CLI: dashboard, benchmark, ingest, demo)
0a8419b
verified

muthuk1 commited on

Add TigerGraph setup script
1ae3c99
verified

muthuk1 commited on

Add ingestion pipeline
a60c61c
verified

muthuk1 commited on

Add benchmark runner
da5b779
verified

muthuk1 commited on

Add Layer 2: Inference Orchestration (dual pipeline, adaptive routing, comparison)
a23a620
verified

muthuk1 commited on

Add Layer 4: Evaluation Layer (RAGAS + custom F1/EM metrics + benchmarking)
0117576
verified

muthuk1 commited on

Add Layer 1: Graph Layer (TigerGraph schema, GSQL queries, vector search, traversal)
6488963
verified

muthuk1 commited on

Add Layer 3: LLM Layer (generation, entity extraction, keyword extraction, complexity analysis)
06a5155
verified

muthuk1 commited on

Add configs init
4921b5b
verified

muthuk1 commited on

Add layers init
f836eca
verified

muthuk1 commited on

Add settings config
29c2dcc
verified

muthuk1 commited on

Add package init
53f589b
verified

muthuk1 commited on