mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 08:56:42 +08:00
fix: add chunk_method field to document handler (#17154)
### Summary As title
This commit is contained in:
@@ -1038,6 +1038,7 @@ func mapDocumentListItem(doc *entity.DocumentListItem, metaFields map[string]int
|
||||
"run": mapRunStatus(doc.Run),
|
||||
"status": stringValue(doc.Status),
|
||||
"parser_id": doc.ParserID,
|
||||
"chunk_method": doc.ParserID,
|
||||
"pipeline_id": stringValue(doc.PipelineID),
|
||||
"pipeline_name": stringValue(doc.PipelineName),
|
||||
"nickname": stringValue(doc.Nickname),
|
||||
|
||||
Reference in New Issue
Block a user