feat: add resumable local OpenSearch loading

This commit is contained in:
2026-08-14 17:24:35 +03:00
parent dddb07f393
commit 3a4450fcfe
18 changed files with 633 additions and 65 deletions

View File

@@ -23,7 +23,7 @@ from pathlib import Path
from typing import Callable
from urllib.parse import urlsplit
APP_VERSION = "0.3.0"
APP_VERSION = "0.4.1"
SCHEMA_VERSION = "1"
NORMALIZER_VERSION = "1.0.0"
LANGUAGES = ("ru", "ky")