MCPcopy 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

7import argparse
8
9def get_logger(name):
10
11 import logging
12 logging.basicConfig(level=logging.INFO)
13 return logging.getLogger(name)
14
15def normalize_answer(s):
16

Callers 5

__init__Method · 0.70
__init__Method · 0.70
find_and_merge_resultsFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected