mirror of https://github.com/langgenius/dify.git
fix document retry
This commit is contained in:
parent
8346506978
commit
c4ddc6420a
|
|
@ -95,6 +95,7 @@ dataset_detail_fields = {
|
|||
"is_published": fields.Boolean,
|
||||
"total_documents": fields.Integer,
|
||||
"total_available_documents": fields.Integer,
|
||||
"enable_api": fields.Boolean,
|
||||
}
|
||||
|
||||
dataset_query_detail_fields = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue