Update to run with Podman

This commit is contained in:
2024-12-29 17:35:57 +00:00
parent 5ea4e5f460
commit 054e9caca0
11 changed files with 557 additions and 239 deletions

View File

@@ -129,6 +129,15 @@ schema_main = {
"version_sentiment": "int",
# 1, 2
"version_tokens": "int",
# en, ru
"lang_code": "string indexed attribute",
"lang_name": "text",
"match_ts": "timestamp",
"batch_id": "bigint",
"rule_id": "bigint",
"index": "string indexed attribute",
"meta": "text",
}
schema_meta = {