add sign-content (#13050)

This commit is contained in:
Jyong
2025-01-26 10:58:47 +08:00
committed by WTW0313
parent 4765728cef
commit a16c729d5a
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ segment_fields = {
"position": fields.Integer,
"document_id": fields.String,
"content": fields.String,
"sign_content": fields.String,
"answer": fields.String,
"word_count": fields.Integer,
"tokens": fields.Integer,