mirror of
https://github.com/langgenius/dify.git
synced 2026-03-04 07:16:20 +08:00
add sign-content
This commit is contained in:
@ -18,6 +18,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,
|
||||
|
||||
Reference in New Issue
Block a user