v1.0.176: classify_input + elements_json в промежуточных результатах

This commit is contained in:
2026-06-24 19:23:34 +04:00
parent 3974a032a5
commit 2a566869aa
4 changed files with 22 additions and 6 deletions
+1
View File
@@ -82,6 +82,7 @@ def classify_batch(batch_id):
result.get("doc_date"),
result.get("counterparty"),
classify_raw=raw,
classify_input=text,
)
return True
except Exception as e: