fix: improve search relevance ranking

This commit is contained in:
2026-08-18 08:51:22 +03:00
parent 575f4fa3af
commit d701f714e1
16 changed files with 22 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ from datetime import datetime, timezone
from pathlib import Path
from typing import Callable, Iterable
APP_VERSION = "0.5.0"
APP_VERSION = "0.5.1"
API_BASE_URL = "https://cbd.minjust.gov.kg/api/v1/OpenData/"
LANGUAGES = {"Rus": "ru", "Kyr": "ky"}
IMAGE_LANGUAGES = {"Russian": "ru", "Kyrgyz": "ky"}