mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
Feat/support parent child chunk (#12092)
This commit is contained in:
@ -34,6 +34,7 @@ document_with_segments_fields = {
|
||||
"data_source_info": fields.Raw(attribute="data_source_info_dict"),
|
||||
"data_source_detail_dict": fields.Raw(attribute="data_source_detail_dict"),
|
||||
"dataset_process_rule_id": fields.String,
|
||||
"process_rule_dict": fields.Raw(attribute="process_rule_dict"),
|
||||
"name": fields.String,
|
||||
"created_from": fields.String,
|
||||
"created_by": fields.String,
|
||||
|
||||
Reference in New Issue
Block a user