CoolFace
Modelpublic

muthuk1/graphrag-inference-hackathon

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
50 commits on main
dc29f085mo ago

HowItWorks: fix step 02 title 'Dual Pipeline' -> '3-Pipeline Activation'

muthuk1
6d09a0b5mo ago

Home page: fix 8 stale/wrong facts

muthuk1
5d587645mo ago

Benchmark: add LLM-as-a-Judge + BERTScore (hackathon 30% accuracy criterion)

muthuk1
c51e9c95mo ago

Branding: replace Claude with TigerGraph logo and remove Claude references

muthuk1
64c36225mo ago

Explorer live query: better error, science chips, fallback answer

muthuk1
b40d0b75mo ago

Explorer: 4 science scenarios, BFS hop filter, live query section

muthuk1
f26d0605mo ago

Fix UI: 3-pipeline playground, science examples, correct docs/architecture

muthuk1
d52b5595mo ago

Fix README: remove HF frontmatter, correct dataset/eval/quickstart/latency

muthuk1
90b36cb5mo ago

Improve latency: parallel LLM calls, embedding cache, client reuse

muthuk1
04362d15mo ago

Add HuggingFace repo card YAML metadata to README

muthuk1
44da0e35mo ago

Add corpus.jsonl dataset via git-lfs (478 Wikipedia science docs, 2.5M tokens)

muthuk1
577adc45mo ago

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

muthuk1
3ee45285mo ago

Add dataset preparation script — downloads Wikipedia/arxiv/BBC, verifies 2M+ tokens, ingests into TigerGraph

muthuk1
60b14ca5mo ago

Address feedback: add benchmark results table, ablation study, demo GIF section, 2M+ dataset plan

muthuk1
c6818ea5mo ago

Fix #10: Rewrite README — 3-pipeline system, TG GraphRAG integration, LLM-Judge + BERTScore, NoveltyEngine wiring

muthuk1
93336705mo ago

Fix #8: Update web API compare route — 3-pipeline (LLM-Only + Basic RAG + GraphRAG) with side-by-side metrics

muthuk1
ac2d14c5mo 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

muthuk1
ddfbb095mo ago

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

muthuk1
df003395mo ago

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

muthuk1
2941bc45mo ago

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

muthuk1
f4867775mo ago

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

muthuk1
079d32f5mo ago

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

muthuk1
31010515mo ago

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

muthuk1
79a8e0b5mo ago

Deep research update: comprehensive README with 12 cited papers, evaluation methodology, architecture deep-dives, and hackathon-aligned benchmarking strategy

muthuk1
005833b5mo ago

🎨 Ultra premium UI: 6 separate pages with animations, bento grid, premium design

muthuk1
5fcdc455mo ago

🎨 Add home page sections: Hero, Stats, Features, HowItWorks, Bento, Testimonials, CTA

muthuk1
00b163c5mo ago

🎨 Stats bar component

muthuk1
023a6ec5mo ago

🎨 Premium navbar with page routing and mobile menu

muthuk1
f4447b95mo ago

🎨 Updated footer with page links

muthuk1
4adfc035mo ago

🎨 New multi-section home page

muthuk1
e56ae2e5mo ago

🎨 Update layout with new title

muthuk1
3325bbe5mo ago

🎨 Ultra premium UI: enhanced design system with animations, gradients, bento grid

muthuk1
36c721f5mo ago

Massive README: 14 novelties from 10 papers, full architecture, paper citations, test counts"

muthuk1
e51378c5mo ago

Add unit tests for all 6 novelty techniques"

muthuk1
fe766f75mo ago

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

muthuk1
4dd67cd5mo ago

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

muthuk1
ff2ca1b5mo ago

Add .npmrc for peer dep compat

muthuk1
7229c6f5mo ago

Fix TS strict mode: remove unused imports, fix Tooltip formatter types in CostAnalysis"

muthuk1
697efb95mo ago

Fix build: add openai dep, add overrides for recharts/react19 peer deps, add .npmrc

muthuk1
10b22755mo ago

Final README update with Docker deployment, test instructions, live benchmark, provider selector docs

muthuk1
c8e45c75mo ago

Update Benchmark tab with live 'Run Benchmark Now' that calls API and populates real data"

muthuk1
91ff0de5mo ago

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

muthuk1
fe0369c5mo ago

Add benchmark API route for live benchmark runs from dashboard

muthuk1
11bcc355mo ago

Add comprehensive unit tests for core functions

muthuk1
47d8a835mo ago

Add Dockerfile for one-command deployment

muthuk1
d8650945mo ago

Add provider selector to LiveCompare + fix UI to support all 12 providers

muthuk1
c0294cf5mo ago

Massive README update with 12 LLM providers, OpenClaw integration, Ollama support, full architecture docs

muthuk1
9a33b095mo ago

Update .env.example with all 12 LLM providers + Ollama + TigerGraph

muthuk1
2cd4ca55mo ago

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

muthuk1
ddb116f5mo ago

Add multi-provider compare API route + providers listing endpoint

muthuk1