Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EternityJune25/ComoRAG
/ get_logger
Function
get_logger
script/eval_qa.py:9–13 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
7
import
argparse
8
9
def
get_logger(name):
10
11
import
logging
12
logging.basicConfig(level=logging.INFO)
13
return
logging.getLogger(name)
14
15
def
normalize_answer(s):
16
Callers
5
__init__
Method · 0.70
__init__
Method · 0.70
find_and_merge_results
Function · 0.70
extract_answers_from_results
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected