feat: Add failed status to knowledge processing
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"status": {
|
||||
"pending": "Pending",
|
||||
"finished": "Finished",
|
||||
"processing": "Processing"
|
||||
"processing": "Processing",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"addKnowledge": "Add Knowledge",
|
||||
"form": {
|
||||
|
||||
Reference in New Issue
Block a user