Feat: Add keyword item to AssistantSetting #4543 (#4603)

### 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:
balibabu
2025-01-23 15:58:22 +08:00
committed by GitHub
parent 240e7d7c22
commit b23a4a8fea
6 changed files with 38 additions and 1 deletions

View File

@ -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',
}