Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
muthuk1
/
graphrag-inference-hackathon
like
1
arxiv:
12 papers
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
ddfbb09
graphrag-inference-hackathon
/
graphrag
/
layers
140 kB
Ctrl+K
Ctrl+K
1 contributor
History:
13 commits
muthuk1
Update __init__.py with new exports (TGGraphRAGClient, TripleComparisonResult, LLM judge, BERTScore, etc.)
df00339
verified
24 days ago
__init__.py
Safe
892 Bytes
Update __init__.py with new exports (TGGraphRAGClient, TripleComparisonResult, LLM judge, BERTScore, etc.)
24 days ago
evaluation_layer.py
Safe
26.6 kB
Fix #3: Add LLM-as-a-Judge (PASS/FAIL) + BERTScore evaluation — the two hackathon-required accuracy metrics
24 days ago
graph_layer.py
Safe
12.3 kB
Add Layer 1: Graph Layer (TigerGraph schema, GSQL queries, vector search, traversal)
28 days ago
gsql_advanced.py
Safe
5.7 kB
Add advanced GSQL queries: PPR scoring, shortest paths, spreading activation, community detection"
28 days ago
llm_layer.py
Safe
8.02 kB
Add Layer 3: LLM Layer (generation, entity extraction, keyword extraction, complexity analysis)
28 days ago
novelties.py
Safe
26.5 kB
Add GraphRAG novelties engine: PPR scoring, token budget, path pruning, spreading activation, hybrid router, incremental updates
28 days ago
orchestration_layer.py
Safe
23.3 kB
Fix #2+#4+#6: Add LLM-Only pipeline, wire NoveltyEngine, integrate TG GraphRAG client, 3-pipeline comparison
24 days ago
tg_graphrag_client.py
Safe
22.8 kB
Fix #1: Add TigerGraph GraphRAG integration layer wrapping official repo REST APIs
24 days ago
universal_llm.py
Safe
13.4 kB
Add Python universal LLM layer with LiteLLM supporting 12 providers + Ollama
28 days ago