diff --git a/src/opendeepsearch/context_scraping/utils.py b/src/opendeepsearch/context_scraping/utils.py index 9c9beb2..c366c5e 100644 --- a/src/opendeepsearch/context_scraping/utils.py +++ b/src/opendeepsearch/context_scraping/utils.py @@ -88,7 +88,6 @@ def replace_newlines(text: str) -> str: return re.sub("\n+", " ", text) score_dict = { - '__label__': 0, '__label__Low': 0, '__label__Mid': 1, '__label__High': 2 @@ -209,4 +208,4 @@ def clean_html(html: str, clean_svg: bool = False, clean_base64: bool = False): }, "required": ["title", "author", "date", "content"] } -""" \ No newline at end of file +"""