MCPcopy
hub / github.com/HKUDS/LightRAG / _provider_log_label

Function _provider_log_label

lightrag/api/lightrag_server.py:1035–1039  ·  view source on GitHub ↗
(binding: Any)

Source from the content-addressed store, hash-verified

1033
1034
1035def _provider_log_label(binding: Any) -> str:
1036 binding_name = str(binding)
1037 return _PROVIDER_LOG_LABELS.get(
1038 binding_name, binding_name.replace("_", " ").title()
1039 )
1040
1041
1042def _log_role_provider_options(rag: Any) -> None:

Callers 1

Calls 2

getMethod · 0.45
titleMethod · 0.45

Tested by

no test coverage detected