mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: modify routing to nested mode and rename document (#52)
* feat: modify routing to nested mode * feat: rename document
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
export enum KnowledgeRouteKey {
|
||||
Dataset = 'dataset',
|
||||
Testing = 'testing',
|
||||
Configration = 'configration',
|
||||
Configuration = 'configuration',
|
||||
}
|
||||
|
||||
export enum RunningStatus {
|
||||
UNSTART = '0',
|
||||
RUNNING = '1',
|
||||
CANCEL = '2',
|
||||
DONE = '3',
|
||||
FAIL = '4',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user