This website requires JavaScript.
Explore
Help
Register
Sign In
zlei6
/
ragflow
Watch
1
Star
0
Fork
0
You've already forked ragflow
mirror of
https://github.com/infiniflow/ragflow.git
synced
2026-07-10 13:45:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eb6ea284a8a0de20317f812f13c2ee17841b39f2
ragflow
/
conf
/
models
/
paddleocr_local.json
7 lines
96 B
JSON
Raw
Normal View
History
Unescape
Escape
Go: implement provider: PaddleOCR_Local (#15158) ### What problem does this PR solve? Go: implement provider: PaddleOCR_Local **Verified from CLI** ``` RAGFlow(user)> ocr with 'PaddleOCR-VL@test@paddleocr_local' file './internal/test1.jpg' +----------------------+ | text | +----------------------+ | ## Parallel to these | +----------------------+ ``` ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue) - [X] New Feature (non-breaking change which adds functionality) - [X] Refactoring
2026-05-25 12:12:57 +08:00
{
Go: implement embed for Tencent Hunyuan (#15207) ### What problem does this PR solve? Implement embed for Tencent Hunyuan **Verified from CLI** ``` RAGFlow(user)> embed text 'what is rag' 'who are you' with 'hunyuan-embedding@test1@hunyuan' dimension 16; +-----------+-------+ | dimension | index | +-----------+-------+ | 1024 | 0 | | 1024 | 1 | +-----------+-------+ ``` ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Refactoring
2026-05-25 16:04:17 +08:00
"name"
:
"PaddleOCR"
,
Go: implement provider: PaddleOCR_Local (#15158) ### What problem does this PR solve? Go: implement provider: PaddleOCR_Local **Verified from CLI** ``` RAGFlow(user)> ocr with 'PaddleOCR-VL@test@paddleocr_local' file './internal/test1.jpg' +----------------------+ | text | +----------------------+ | ## Parallel to these | +----------------------+ ``` ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue) - [X] New Feature (non-breaking change which adds functionality) - [X] Refactoring
2026-05-25 12:12:57 +08:00
"url_suffix"
:
{
"ocr"
:
"layout-parsing"
}
,
"class"
:
"local"
}
Reference in New Issue
Copy Permalink