feat: add search relevance baseline

This commit is contained in:
2026-08-14 23:37:52 +03:00
parent 38739543f4
commit 424cc16497
17 changed files with 256 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ import urllib.request
from pathlib import Path
from typing import Iterator
APP_VERSION = "0.4.1"
APP_VERSION = "0.5.0"
LANGUAGES = {"ru", "ky"}
DEFAULT_MAPPING = Path(__file__).with_name("minjust-fragments-index.json")