mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 23:16:58 +08:00
### What problem does this PR solve? Feat: Add keyword item to AssistantSetting #4543 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -63,3 +63,20 @@ export enum DocumentType {
|
||||
Virtual = 'virtual',
|
||||
Visual = 'visual',
|
||||
}
|
||||
|
||||
export enum DocumentParserType {
|
||||
Naive = 'naive',
|
||||
Qa = 'qa',
|
||||
Resume = 'resume',
|
||||
Manual = 'manual',
|
||||
Table = 'table',
|
||||
Paper = 'paper',
|
||||
Book = 'book',
|
||||
Laws = 'laws',
|
||||
Presentation = 'presentation',
|
||||
Picture = 'picture',
|
||||
One = 'one',
|
||||
Audio = 'audio',
|
||||
Email = 'email',
|
||||
Tag = 'tag',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user