mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 07:26:47 +08:00
### What problem does this PR solve? Feat: Upload agent file #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -138,3 +138,10 @@ export const ExceptiveType = ['xlsx', 'xls', 'pdf', 'docx', ...Images];
|
||||
|
||||
export const SupportedPreviewDocumentTypes = [...ExceptiveType];
|
||||
//#endregion
|
||||
|
||||
export enum Platform {
|
||||
RAGFlow = 'RAGFlow',
|
||||
Dify = 'Dify',
|
||||
FastGPT = 'FastGPT',
|
||||
Coze = 'Coze',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user