mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 12:16:29 +08:00
r2
This commit is contained in:
@ -88,6 +88,8 @@ dataset_detail_fields = {
|
||||
"chunk_structure": fields.String,
|
||||
"icon_info": fields.Nested(icon_info_fields),
|
||||
"is_published": fields.Boolean,
|
||||
"total_documents": fields.Integer,
|
||||
"total_available_documents": fields.Integer,
|
||||
}
|
||||
|
||||
dataset_query_detail_fields = {
|
||||
|
||||
Reference in New Issue
Block a user