mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? Feat: Add mineru as a model manufacturer to the system. #10621 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@ -62,6 +62,7 @@ export enum LlmModelType {
|
||||
Speech2text = 'speech2text',
|
||||
Rerank = 'rerank',
|
||||
TTS = 'tts',
|
||||
Ocr = 'ocr',
|
||||
}
|
||||
|
||||
export enum KnowledgeSearchParams {
|
||||
|
||||
@ -60,6 +60,7 @@ export enum LLMFactory {
|
||||
DeerAPI = 'DeerAPI',
|
||||
JiekouAI = 'Jiekou.AI',
|
||||
Builtin = 'Builtin',
|
||||
MinerU = 'MinerU',
|
||||
}
|
||||
|
||||
// Please lowercase the file name
|
||||
@ -125,6 +126,7 @@ export const IconMap = {
|
||||
[LLMFactory.DeerAPI]: 'deerapi',
|
||||
[LLMFactory.JiekouAI]: 'jiekouai',
|
||||
[LLMFactory.Builtin]: 'builtin',
|
||||
[LLMFactory.MinerU]: 'mineru',
|
||||
};
|
||||
|
||||
export const APIMapUrl = {
|
||||
|
||||
Reference in New Issue
Block a user