muthuk1 commited on
Commit
91ff0de
·
verified ·
1 Parent(s): fe0369c

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

Browse files
Files changed (1) hide show
  1. graphrag/layers/__init__.py +1 -0
graphrag/layers/__init__.py CHANGED
@@ -6,3 +6,4 @@ from .evaluation_layer import (
6
  compute_f1, compute_exact_match, normalize_answer,
7
  compute_context_hit_rate, compute_token_efficiency
8
  )
 
 
6
  compute_f1, compute_exact_match, normalize_answer,
7
  compute_context_hit_rate, compute_token_efficiency
8
  )
9
+ from .universal_llm import UniversalLLM, PROVIDERS as LLM_PROVIDERS, get_available_providers, check_ollama