mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
Feat: more model for paddle (#14436)
### What problem does this PR solve? Feat: more model for paddle ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -45,7 +45,10 @@ export interface IModalProps<T> {
|
||||
}
|
||||
|
||||
const algorithmOptions: RAGFlowSelectOptionType[] = [
|
||||
{ label: 'PaddleOCR-VL-1.5', value: 'PaddleOCR-VL-1.5' },
|
||||
{ label: 'PaddleOCR-VL', value: 'PaddleOCR-VL' },
|
||||
{ label: 'PP-OCRv5', value: 'PP-OCRv5' },
|
||||
{ label: 'PP-StructureV3', value: 'PP-StructureV3' },
|
||||
];
|
||||
|
||||
const PaddleOCRModal = ({
|
||||
|
||||
Reference in New Issue
Block a user